Less ambiguous wording.

This commit is contained in:
Akim Demaille
2005-10-05 06:57:16 +00:00
parent 2f4f028d8b
commit 2888e8b946

3
NEWS
View File

@@ -6,7 +6,8 @@ Changes in version 2.1a:
* DJGPP support added. * DJGPP support added.
* %require "VERSION" * %require "VERSION"
To specify the youngest version of Bison accepted by the grammar file. To specify that the grammar file depends on features implemented in
Bison version VERSION or higher.
* lalr1.cc: The token and value types are now class members. * lalr1.cc: The token and value types are now class members.
The tokens where defined as free form enums and cpp macros. YYSTYPE The tokens where defined as free form enums and cpp macros. YYSTYPE