2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

prototype now uses __P()

This commit is contained in:
Todd C. Miller
1995-03-28 23:58:34 +00:00
parent b07614b2ee
commit 80f073fbc9

View File

@@ -54,7 +54,7 @@ static char rcsid[] = "$Id$";
extern YYSTYPE yylval;
int sudolineno = 1;
static int fill(void);
static int fill __P((void));
#ifdef TRACELEXER
#define LEXTRACE(msg) fputs(msg, stderr)