0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 7.4.1199

Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-01-29 22:47:03 +01:00
parent 92b8b2d307
commit baaa7e9ec7
24 changed files with 779 additions and 777 deletions

View File

@@ -77,8 +77,8 @@ static char *Fspec_Rms; /* rms file spec, passed implicitly between rout
static TT_MODE get_tty __ARGS((void));
static void set_tty __ARGS((int row, int col));
static TT_MODE get_tty(void);
static void set_tty(int row, int col);
#define EXPL_ALLOC_INC 64