Fix -Wall warning in skeleton parser

This commit is contained in:
peter 1996-09-03 10:56:32 +00:00
parent bbb6994e50
commit 90c8dabe75

View File

@ -156,7 +156,7 @@ char *body[] =
" *yyssp = yystate = 0;",
"",
"yyloop:",
" if (yyn = yydefred[yystate]) goto yyreduce;",
" if ((yyn = yydefred[yystate])) goto yyreduce;",
" if (yychar < 0)",
" {",
" if ((yychar = yylex()) < 0) yychar = 0;",