forked from aniani/vim
patch 7.4.1216
Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
This commit is contained in:
@@ -508,9 +508,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
|
||||
#ifdef HAVE_WCTYPE_H
|
||||
# include <wctype.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDARG_H
|
||||
# include <stdarg.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
|
||||
#if defined(HAVE_SYS_SELECT_H) && \
|
||||
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
|
||||
|
Reference in New Issue
Block a user