aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/lex/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/lex/header.c')
-rw-r--r--src/cmd/lex/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/lex/header.c b/src/cmd/lex/header.c
index 8fa63d62..53345beb 100644
--- a/src/cmd/lex/header.c
+++ b/src/cmd/lex/header.c
@@ -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");
}