diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:08:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:08:33 +0000 |
commit | 53805d1eaa179509f39048516e344158eedfbbe4 (patch) | |
tree | dac89e79026008091f2b4fcbef83a669607ef994 /src/message.c | |
parent | 34cf2f5f49f769d99416735a4a23315c9d2d70fc (diff) | |
download | vim-git-53805d1eaa179509f39048516e344158eedfbbe4.tar.gz |
updated for version 7.0121
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/message.c b/src/message.c index 03038cf6c..7c43408ba 100644 --- a/src/message.c +++ b/src/message.c @@ -15,10 +15,6 @@ #include "vim.h" -#ifdef HAVE_STDARG_H -# include <stdarg.h> -#endif - static int other_sourcing_name __ARGS((void)); static char_u *get_emsg_source __ARGS((void)); static char_u *get_emsg_lnum __ARGS((void)); |