mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* NEWS: Reword %destructor vs YYABORT etc.
* data/glr.c: Use American spacing, for consistency. * data/glr.cc: Likewise. * data/lalr1.cc: Likewise. * data/yacc.c: Likewise. * data/yacc.c: Reformat comments slightly. * doc/bison.texinfo: Replace "non-" with "non" when that makes sense, for consistency. Fix some spelling errors and reword recently-included text slightly. * tests/cxx-type.at: Cast results of malloc, for C++.
This commit is contained in:
8
NEWS
8
NEWS
@@ -3,10 +3,10 @@ Bison News
|
||||
|
||||
Changes in version 2.1a:
|
||||
|
||||
* %destructor vs. YYACCEPT, YYERROR, and YYABORT.
|
||||
When the parsing/action is cut by the user using one of these
|
||||
special actions, the stack is freed except the right-hand side
|
||||
symbols of the current rule.
|
||||
* %destructor vs. YYABORT, YYACCEPT, and YYERROR.
|
||||
Destructors are now called when user code invokes YYABORT, YYACCEPT,
|
||||
and YYERROR, for all objects on the stack, other than objects
|
||||
corresponding to the right-hand side of the current rule.
|
||||
|
||||
* GLR, C++ LALR(1) parsers.
|
||||
These parser skeletons are now distributed with the same special
|
||||
|
||||
Reference in New Issue
Block a user