0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 7.4.1216

Problem:    Still using HAVE_STDARG_H.
Solution:   Assume it's always defined.
This commit is contained in:
Bram Moolenaar
2016-01-30 21:48:49 +01:00
parent b638a7be95
commit ba4ef2757c
10 changed files with 22 additions and 44 deletions

View File

@@ -104,9 +104,7 @@ extern int _stricoll(char *a, char *b);
# include "menu.pro"
# endif
# if !defined MESSAGE_FILE || defined(HAVE_STDARG_H)
/* These prototypes cannot be produced automatically and conflict with
* the old-style prototypes in message.c. */
/* These prototypes cannot be produced automatically. */
int
# ifdef __BORLANDC__
_RTLENTRYF
@@ -131,10 +129,7 @@ _RTLENTRYF
# endif
vim_snprintf(char *, size_t, char *, ...);
# if defined(HAVE_STDARG_H)
int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs);
# endif
# endif
# include "message.pro"
# include "misc1.pro"