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