Document gcc -Wundef fix.

* NEWS (2.4.2): Here.
* THANKS (Jonathan Nieder): Add.
This commit is contained in:
Joel E. Denny
2009-12-16 01:50:10 -05:00
parent fcd32abd3a
commit c938d650db
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-12-16 Joel E. Denny <[email protected]>
Document gcc -Wundef fix.
* NEWS (2.4.2): Here.
* THANKS (Jonathan Nieder): Add.
2009-12-15 Jonathan Nieder <[email protected]> (tiny change) 2009-12-15 Jonathan Nieder <[email protected]> (tiny change)
Simplify y.tab.c when location tracking is disabled. Simplify y.tab.c when location tracking is disabled.
+3
View File
@@ -216,6 +216,9 @@ Bison News
** Detection of GNU M4 1.4.6 or newer during configure is improved. ** Detection of GNU M4 1.4.6 or newer during configure is improved.
** Warnings from gcc's -Wundef option about undefined YYENABLE_NLS and
YYLTYPE_IS_TRIVIAL in C/C++ parsers are now avoided.
** %code is now a permanent feature. ** %code is now a permanent feature.
A traditional Yacc prologue directive is written in the form: A traditional Yacc prologue directive is written in the form:
+1
View File
@@ -46,6 +46,7 @@ Jesse Thilo [email protected]
Jim Kent [email protected] Jim Kent [email protected]
Jim Meyering [email protected] Jim Meyering [email protected]
Joel E. Denny [email protected] Joel E. Denny [email protected]
Jonathan Nieder [email protected]
Juan Manuel Guerrero [email protected] Juan Manuel Guerrero [email protected]
Kees Zeelenberg [email protected] Kees Zeelenberg [email protected]
Keith Browne [email protected] Keith Browne [email protected]