0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.216

Problem:    Compiler warnings. (Tony Mechelynck)
Solution:   Initialize variables, add #ifdef.
This commit is contained in:
Bram Moolenaar
2014-03-25 13:46:26 +01:00
parent 7b44934037
commit c410530637
3 changed files with 6 additions and 2 deletions

View File

@@ -565,7 +565,9 @@ int mch_rename __ARGS((const char *src, const char *dest));
# endif
#endif
#define HAVE_DUP /* have dup() */
#ifndef HAVE_DUP
# define HAVE_DUP /* have dup() */
#endif
#define HAVE_ST_MODE /* have stat.st_mode */
/* We have three kinds of ACL support. */