diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-30 21:48:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-30 21:48:49 +0100 |
commit | ba4ef2757cfc126f342b710f1ad9ea39e6b56cec (patch) | |
tree | 6cf877a8c549b74c010e51be5ca91cd436b39162 /src/os_win32.h | |
parent | b638a7be952544ceb03052c25b84224577a6494b (diff) | |
download | vim-git-ba4ef2757cfc126f342b710f1ad9ea39e6b56cec.tar.gz |
patch 7.4.1216v7.4.1216
Problem: Still using HAVE_STDARG_H.
Solution: Assume it's always defined.
Diffstat (limited to 'src/os_win32.h')
-rw-r--r-- | src/os_win32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os_win32.h b/src/os_win32.h index a6ac89176..129117aee 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -49,9 +49,6 @@ #ifndef HAVE_FCNTL_H # define HAVE_FCNTL_H #endif -#ifndef HAVE_STDARG_H -# define HAVE_STDARG_H -#endif #define HAVE_QSORT #define HAVE_ST_MODE /* have stat.st_mode */ |