commit | b47a2597e64b4c4f728433ae005cf6ff1d0dd5c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 13:22:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 13:22:28 2017 +0200 |
tree | d531a8751e51721caa73a1d2a7b1549c957e6337 | |
parent | e561a7e2fa511d643c9692d26f4cf65378fd1983 [diff] [blame] |
patch 8.0.1014: old compiler doesn't know uint32_t Problem: Old compiler doesn't know uint32_t. Warning for using NULL instead of NUL. Solution: Use UINT32_T. Use NUL instead of NULL.
diff --git a/src/version.c b/src/version.c index 26604fd..8f6d26f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1014, +/**/ 1013, /**/ 1012,