yydestroyStackItem.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Aug 2005 17:58:19 +0000 (17:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Aug 2005 17:58:19 +0000 (17:58 +0000)
ChangeLog

index a55dd25..b0ad42f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/glr.c (yydestroyStackItem): New function.
+       (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
+       debugging information.  Problem reported by Joel E. Denny.
+
 2005-08-25  Akim Demaille  <akim@epita.fr>
 
        * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.