mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "error.h"
|
||||
#include "getargs.h"
|
||||
#include "files.h"
|
||||
int skel_lex PARAMS ((void));
|
||||
int skel_lex (void);
|
||||
static int yylineno = 1;
|
||||
static char *yyoutname = NULL;
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user