]> git.saurik.com Git - bison.git/blobdiff - NEWS
(output_headers, output_trailers, output, output_gram)
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index aa8853437f4c88ba17b61f86c7c7d0793373f5fe..c094c7076742eaad77e04dba9ffc741b97e43b50 100644 (file)
--- a/NEWS
+++ b/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
-   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.
 
 
 Error in printing reductions fixed.