mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1200
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
This commit is contained in:
@@ -44,8 +44,8 @@ typedef enum {
|
||||
|
||||
void nbdbg(char *, ...);
|
||||
|
||||
void nbdebug_wait __ARGS((u_int wait_flags, char *wait_var, u_int wait_secs));
|
||||
void nbdebug_log_init __ARGS((char *log_var, char *level_var));
|
||||
void nbdebug_wait(u_int wait_flags, char *wait_var, u_int wait_secs);
|
||||
void nbdebug_log_init(char *log_var, char *level_var);
|
||||
|
||||
extern FILE *nb_debug;
|
||||
extern u_int nb_dlevel; /* nb_debug verbosity level */
|
||||
|
Reference in New Issue
Block a user