mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
prototype now uses __P()
This commit is contained in:
@@ -54,7 +54,7 @@ static char rcsid[] = "$Id$";
|
|||||||
extern YYSTYPE yylval;
|
extern YYSTYPE yylval;
|
||||||
int sudolineno = 1;
|
int sudolineno = 1;
|
||||||
|
|
||||||
static int fill(void);
|
static int fill __P((void));
|
||||||
|
|
||||||
#ifdef TRACELEXER
|
#ifdef TRACELEXER
|
||||||
#define LEXTRACE(msg) fputs(msg, stderr)
|
#define LEXTRACE(msg) fputs(msg, stderr)
|
||||||
|
Reference in New Issue
Block a user