mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Spelling fixes.
* NEWS: s/than/that/.
This commit is contained in:
2
NEWS
2
NEWS
@@ -17,7 +17,7 @@ Bison News
|
|||||||
|
|
||||||
exp: exp "+" exp { $$ = $1 + $3; };
|
exp: exp "+" exp { $$ = $1 + $3; };
|
||||||
|
|
||||||
This prevents the future support for languages than do not use `;'
|
This prevents the future support for languages that do not use `;'
|
||||||
as C/C++/Java do. Yet some grammars still depend on this `feature'.
|
as C/C++/Java do. Yet some grammars still depend on this `feature'.
|
||||||
Bison 2.4.1 restores the previous behavior in the case of C output
|
Bison 2.4.1 restores the previous behavior in the case of C output
|
||||||
(specifically, when neither %language or %skeleton or equivalent
|
(specifically, when neither %language or %skeleton or equivalent
|
||||||
|
|||||||
Reference in New Issue
Block a user