diff options
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/proto.h b/src/proto.h index fa538cc2d1..c0617ac951 100644 --- a/src/proto.h +++ b/src/proto.h @@ -26,7 +26,6 @@ # define GdkEventKey int # define XImage int -# if !defined MESSAGE_FILE || defined(HAVE_STDARG_H) /* These prototypes cannot be produced automatically and conflict with * the old-style prototypes in message.c. */ int @@ -41,10 +40,7 @@ vim_snprintf_add(char *, size_t, char *, ...); int 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 #ifndef HAVE_STRPBRK /* not generated automatically from misc2.c */ char_u *vim_strpbrk(char_u *s, char_u *charset); |