diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-30 13:28:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-30 13:28:28 +0100 |
commit | 4349c57543a98dc417b74da5a08c326337aa0bd3 (patch) | |
tree | 45f72049af7a0a68827cd0769a9c21986ac783bf /src/vim.h | |
parent | 3e96c3d241ab657cf4df0913ea8de50a6cb90730 (diff) | |
download | vim-git-4349c57543a98dc417b74da5a08c326337aa0bd3.tar.gz |
patch 7.4.1203v7.4.1203
Problem: Still more files still using __ARGS.
Solution: Remove __ARGS in really the last files.
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2319,4 +2319,9 @@ typedef int sock_T; # define MAX_OPEN_CHANNELS 0 #endif +#ifdef FEAT_MZSCHEME +/* this is in main.c, cproto can't handle it. */ +int vim_main2(int argc, char **argv); +#endif + #endif /* VIM__H */ |