aboutsummaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorJulian Orth <ju.orth@gmail.com>2014-03-15 01:54:29 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-31 21:24:59 -0300
commit079c47ed7b203b724690b627b2ad5a18f55fa2cd (patch)
treec71b653071f53b7c4f59579f94ac6cc1571ff8f6 /src/proto.h
parent30160c1561b0c925b036d9f8c8fa406dff68e7a7 (diff)
downloadrneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.tar.gz
rneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.tar.bz2
rneovim-079c47ed7b203b724690b627b2ad5a18f55fa2cd.zip
remove HAVE_STDARG_H
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
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);