]> git.saurik.com Git - bison.git/commitdiff
Mention yyparse, too.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Dec 2005 07:47:52 +0000 (07:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Dec 2005 07:47:52 +0000 (07:47 +0000)
ChangeLog

index fe8bf3135f1cbd2a9166260323eb6c91404acf89..4d4a920c3b8916e390000d2dcf1bf1fd1cfef12e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2005-12-06  "Joel E. Denny" <jdenny@ces.clemson.edu>
 
-       * data/glr.c (yyprocessOneStack): Synchronize the shift for all
-       stacks, and iterate another stack in order to call user
-       destructors.
+       * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
+       all stacks.
+       (yyparse): Iterate another stack in order to call user destructors.
        * tests/glr-regression.at (No users destructors if stack 0 deleted):
        New test case.
        (Duplicated user destructor for lookahead): This test now is expected