summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-12-16 01:14:44 -0500
committerJoel E. Denny <jdenny@clemson.edu>2009-12-16 01:58:38 -0500
commit39c2566994381b0b265a9c5295a611f4ee59fb78 (patch)
tree4152c145e0d4894c72cce10811f784d0da933e16
parent1694ac5cf22d96c57ef1fb8cf8f75de50135ef88 (diff)
downloadbison-39c2566994381b0b265a9c5295a611f4ee59fb78.tar.gz
Document gcc -Wundef fix.
* NEWS (2.4.2): Here. * THANKS (Jonathan Nieder): Add. (cherry picked from commit c938d650dbddd3d94b3543bab76e1afce99c409d)
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
-rw-r--r--THANKS1
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b748ac4a..0356af2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-16 Joel E. Denny <jdenny@clemson.edu>
+
+ Document gcc -Wundef fix.
+ * NEWS (2.4.2): Here.
+ * THANKS (Jonathan Nieder): Add.
+
2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
Avoid warnings from gcc -Wundef y.tab.c.
diff --git a/NEWS b/NEWS
index 17208bcf..fbb0745a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ Bison News
** 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.
A traditional Yacc prologue directive is written in the form:
diff --git a/THANKS b/THANKS
index 2b6751ff..ef896a02 100644
--- a/THANKS
+++ b/THANKS
@@ -46,6 +46,7 @@ Jesse Thilo jthilo@gnu.org
Jim Kent jkent@arch.sel.sony.com
Jim Meyering jim@meyering.net
Joel E. Denny jdenny@ces.clemson.edu
+Jonathan Nieder jrnieder@gmail.com
Juan Manuel Guerrero juan.guerrero@gmx.de
Kees Zeelenberg kzlg@users.sourceforge.net
Keith Browne kbrowne@legato.com