]> granicus.if.org Git - vim/commit
patch 8.0.1014: old compiler doesn't know uint32_t v8.0.1014
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 11:22:28 +0000 (13:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 11:22:28 +0000 (13:22 +0200)
commitb47a2597e64b4c4f728433ae005cf6ff1d0dd5c1
treed531a8751e51721caa73a1d2a7b1549c957e6337
parente561a7e2fa511d643c9692d26f4cf65378fd1983
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.
src/mbyte.c
src/misc1.c
src/proto/mbyte.pro
src/version.c