silence yyerrlab warning
This commit is contained in:
parent
2faae3ce69
commit
53e2a4c62e
@ -217,7 +217,8 @@ yydefault:
|
||||
fprint(2, "%s", yystatname(yystate));
|
||||
fprint(2, "saw %s\n", yytokname(yychar));
|
||||
}
|
||||
yyerrlab:
|
||||
goto yyerrlab;
|
||||
yyerrlab:
|
||||
yynerrs++;
|
||||
|
||||
case 1:
|
||||
|
||||
@ -214,8 +214,8 @@ yydefault:
|
||||
printf("%s", yystatname(yystate));
|
||||
printf("saw %s\n", yytokname(yychar));
|
||||
}
|
||||
goto yyerrlab;
|
||||
yyerrlab:
|
||||
goto yyerrlab;
|
||||
yyerrlab:
|
||||
yynerrs++;
|
||||
|
||||
case 1:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user