Mention yyparse, too.

This commit is contained in:
Paul Eggert
2005-12-07 07:47:52 +00:00
parent 69ce078b8c
commit 6ff9971122

View File

@@ -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