1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-08-30 13:22:28 +02:00
parent e561a7e2fa
commit b47a2597e6
4 changed files with 7 additions and 5 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1014,
/**/
1013,
/**/