summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlex Rozenman <rozenman@gmail.com>2009-07-31 22:23:23 +0300
committerAlex Rozenman <rozenman@gmail.com>2009-07-31 22:26:20 +0300
commit992e874a7c2c243e4b83752235a26ccdb9b1ef0a (patch)
tree6404fc02d490a35e9edd50ff8871e5537e06d063 /ChangeLog
parenta1ed2b71faac0de1db1c0e279ee3203115ec70d8 (diff)
downloadbison-992e874a7c2c243e4b83752235a26ccdb9b1ef0a.tar.gz
Fix --enable-gcc-warnings problems.
* src/reader.c: Adjust variable names. * src/scan-code.l: Fix prototypes and adjust names. * src/named-ref.c: Remove redundant "if".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 487cc028..ba483784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-31 Alex Rozenman <rozenman@gmail.com>
+
+ Fix --enable-gcc-warnings problems.
+ * src/reader.c: Adjust variable names.
+ * src/scan-code.l: Fix prototypes and adjust names.
+ * src/named-ref.c: Remove redundant "if".
+
2009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
Fix a --enable-gcc-warnings problem.