]> git.saurik.com Git - bison.git/commitdiff
reformat
authorDavid MacKenzie <djm@djmnet.org>
Thu, 10 Nov 1994 22:34:22 +0000 (22:34 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 10 Nov 1994 22:34:22 +0000 (22:34 +0000)
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:
 
-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.