mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(Improper handling of embedded actions and $-N in GLR parsers): Remove
unused local variable from yylex.
This commit is contained in:
@@ -173,7 +173,6 @@ FILE *yyin = NULL;
|
||||
int
|
||||
yylex (void)
|
||||
{
|
||||
int c;
|
||||
char buf[50];
|
||||
switch (fscanf (yyin, " %1[a-z,]", buf)) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user