1
0
forked from aniani/vim

patch 7.4.1203

Problem:    Still more files still using __ARGS.
Solution:   Remove __ARGS in really the last files.
This commit is contained in:
Bram Moolenaar
2016-01-30 13:28:28 +01:00
parent 3e96c3d241
commit 4349c57543
9 changed files with 167 additions and 145 deletions

View File

@@ -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 */