From: David MacKenzie Date: Thu, 10 Nov 1994 22:34:22 +0000 (+0000) Subject: reformat X-Git-Tag: GNU_ORIG~61 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/4d019228a484920fe08b23a7a9f006660a039a1e reformat --- 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.