* src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be

defined only if yyoverflow is defined, to avoid `warning: unused
variable `yyvs1''.
Reported by The Test Suite.
This commit is contained in:
Akim Demaille
2001-11-14 14:57:44 +00:00
parent 09b503c8e1
commit 3d76b07def
2 changed files with 32 additions and 27 deletions

View File

@@ -1,3 +1,10 @@
2001-11-14 Akim Demaille <akim@epita.fr>
* src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
defined only if yyoverflow is defined, to avoid `warning: unused
variable `yyvs1''.
Reported by The Test Suite.
2001-11-14 Akim Demaille <akim@epita.fr>
* src/print.c: Include reduce.h.