diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-30 22:37:17 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-30 22:37:17 +0000 |
commit | 3a6c56e422af98290f81592a1565991d912afcd3 (patch) | |
tree | 557e2014094dcb14114acb102dd5f467ebcbb11a /src/proto.h | |
parent | 403bd9487a8d2e4b6bcd9e24c1d7961575513190 (diff) | |
download | vim-3a6c56e422af98290f81592a1565991d912afcd3.zip |
updated for version 7.0120
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 7541ce32c..4c0db37a1 100644 --- a/src/proto.h +++ b/src/proto.h @@ -120,7 +120,9 @@ int _RTLENTRYF # endif vim_snprintf __ARGS((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" |