mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
%{
|
||||
#include "system.h"
|
||||
#include "files.h"
|
||||
int skel_lex PARAMS ((void));
|
||||
int skel_lex (void);
|
||||
static int yylineno = 1;
|
||||
%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user