]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
[bison.git] / ChangeLog
index 892cc343e32fa4e32ef97bd662be69251a61835d..b37a3a5af2a8e8b57b4543017fa09f2676c39683 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.