Make lex more pedant friendly.

This commit is contained in:
wkj 2004-05-16 07:59:27 +00:00
parent a87f4771c7
commit eb43e9ba97
3 changed files with 5 additions and 2 deletions

View file

@ -85,7 +85,7 @@ void
phead2(void)
{
Bprint(&fout,"while((nstr = yylook()) >= 0)\n");
Bprint(&fout,"yyfussy: switch(nstr){\n");
Bprint(&fout,"goto yyfussy;\nyyfussy: switch(nstr){\n");
Bprint(&fout,"case 0:\n");
Bprint(&fout,"if(yywrap()) return(0); break;\n");
}