*.l: Fix old-style function definitions of yywrap.
This commit is contained in:
committed by
Nicolas Williams
parent
a1d92fefbc
commit
f6d1dfd60f
@@ -72,7 +72,7 @@ end { return END; }
|
||||
%%
|
||||
|
||||
int
|
||||
yywrap ()
|
||||
yywrap (void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user