This commit is contained in:
David MacKenzie
1994-11-10 22:34:22 +00:00
parent 6780ca7ab4
commit 4d019228a4

9
NEWS
View File

@@ -3,11 +3,10 @@ Bison News
Changes in version 1.23:
The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
It should actually point to an object.
Grammar actions can access the variable by casting it
to the proper pointer type.
The user can define YYPARSE_PARAM as the name of an argument to be
passed into yyparse. The argument should have type void *. It should
actually point to an object. Grammar actions can access the variable
by casting it to the proper pointer type.
Error in printing reductions fixed.