comparison src/proto.h @ 451:f6b8170c9c9b

updated for version 7.0120
author vimboss
date Sat, 30 Jul 2005 22:37:17 +0000
parents 3709cf52b9b5
children ce2181d14aa0
comparison
equal deleted inserted replaced
450:0c31747253d9 451:f6b8170c9c9b
118 int 118 int
119 # ifdef __BORLANDC__ 119 # ifdef __BORLANDC__
120 _RTLENTRYF 120 _RTLENTRYF
121 # endif 121 # endif
122 vim_snprintf __ARGS((char *, size_t, char *, ...)); 122 vim_snprintf __ARGS((char *, size_t, char *, ...));
123 # if defined(HAVE_STDARG_H)
123 int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs); 124 int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs);
125 # endif
124 # endif 126 # endif
125 127
126 # include "message.pro" 128 # include "message.pro"
127 # include "misc1.pro" 129 # include "misc1.pro"
128 # include "misc2.pro" 130 # include "misc2.pro"