From eb43e9ba97471912f3338750198951ca4f5eec82 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:59:27 +0000 Subject: Make lex more pedant friendly. --- src/cmd/lex/header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/lex/header.c') 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"); } -- cgit v1.2.3