mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
reformat
This commit is contained in:
9
NEWS
9
NEWS
@@ -3,11 +3,10 @@ Bison News
|
|||||||
|
|
||||||
Changes in version 1.23:
|
Changes in version 1.23:
|
||||||
|
|
||||||
The user can define YYPARSE_PARAM as the name of an argument to be passed
|
The user can define YYPARSE_PARAM as the name of an argument to be
|
||||||
into yyparse. The argument should have type void *.
|
passed into yyparse. The argument should have type void *. It should
|
||||||
It should actually point to an object.
|
actually point to an object. Grammar actions can access the variable
|
||||||
Grammar actions can access the variable by casting it
|
by casting it to the proper pointer type.
|
||||||
to the proper pointer type.
|
|
||||||
|
|
||||||
Error in printing reductions fixed.
|
Error in printing reductions fixed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user