comparison src/nbdebug.h @ 7807:1a5d34492798 v7.4.1200

commit https://github.com/vim/vim/commit/d99df423c559d85c17779b3685426c489554908c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 29 23:20:40 2016 +0100 patch 7.4.1200 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jan 2016 23:30:06 +0100
parents a954a30e4073
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
7806:eb2af74e899a 7807:1a5d34492798
42 } WtWait; 42 } WtWait;
43 43
44 44
45 void nbdbg(char *, ...); 45 void nbdbg(char *, ...);
46 46
47 void nbdebug_wait __ARGS((u_int wait_flags, char *wait_var, u_int wait_secs)); 47 void nbdebug_wait(u_int wait_flags, char *wait_var, u_int wait_secs);
48 void nbdebug_log_init __ARGS((char *log_var, char *level_var)); 48 void nbdebug_log_init(char *log_var, char *level_var);
49 49
50 extern FILE *nb_debug; 50 extern FILE *nb_debug;
51 extern u_int nb_dlevel; /* nb_debug verbosity level */ 51 extern u_int nb_dlevel; /* nb_debug verbosity level */
52 52
53 # else /* not NBDEBUG */ 53 # else /* not NBDEBUG */