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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user