*.l: Fix old-style function definitions of yywrap.

This commit is contained in:
Taylor R Campbell
2023-06-20 00:27:11 +00:00
committed by Nicolas Williams
parent a1d92fefbc
commit f6d1dfd60f
4 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ handle_string(void)
}
int
yywrap ()
yywrap (void)
{
return 1;
}