diff options
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1765,6 +1765,7 @@ int vim_memcmp(void *, void *, size_t); # ifndef INIT # define INIT(x) x # define DO_INIT +# define COMMA , # endif #endif |