Adding yywrap to avoid flex specific dependencies
This commit is contained in:
parent
6df179e3f3
commit
30cb8a1a90
|
@ -109,3 +109,7 @@ message [Mm][Ee][Ss][Ss][Aa][Gg][Ee]
|
||||||
. {ECHO;}
|
. {ECHO;}
|
||||||
%%
|
%%
|
||||||
|
|
||||||
|
int yywrap(void)
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue