X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6780ca7ab4b548683b15e2de86d9725045988d75..e372befafaecd318394915eb1a61a7509eca7aca:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index aa885343..c094c707 100644 --- a/NEWS +++ b/NEWS @@ -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.