comparison src/vim.h @ 7813:744c66477ba9 v7.4.1203

commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 13:28:28 2016 +0100 patch 7.4.1203 Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jan 2016 13:30:04 +0100
parents 1a5d34492798
children cfed0e9f0ca2
comparison
equal deleted inserted replaced
7812:5e9227816126 7813:744c66477ba9
2317 # define MAX_OPEN_CHANNELS 10 2317 # define MAX_OPEN_CHANNELS 10
2318 #else 2318 #else
2319 # define MAX_OPEN_CHANNELS 0 2319 # define MAX_OPEN_CHANNELS 0
2320 #endif 2320 #endif
2321 2321
2322 #ifdef FEAT_MZSCHEME
2323 /* this is in main.c, cproto can't handle it. */
2324 int vim_main2(int argc, char **argv);
2325 #endif
2326
2322 #endif /* VIM__H */ 2327 #endif /* VIM__H */