]> git.saurik.com Git - bison.git/commitdiff
(Improper handling of embedded actions and $-N in GLR parsers): Remove
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jun 2003 05:53:44 +0000 (05:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jun 2003 05:53:44 +0000 (05:53 +0000)
unused local variable from yylex.

tests/glr-regression.at

index 971e2b49255e4f64380cc113ad647f64d53a945d..b7d24ab7a8ecf85ae1db8585d2cba8cbfe09a438 100644 (file)
@@ -173,7 +173,6 @@ FILE *yyin = NULL;
 int
 yylex (void)
 { 
 int
 yylex (void)
 { 
-  int c;
   char buf[50];
   switch (fscanf (yyin, " %1[a-z,]", buf)) {
   case 1:
   char buf[50];
   switch (fscanf (yyin, " %1[a-z,]", buf)) {
   case 1: