summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d46e0dc2..4eb7edc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-11-28 Kaz Kylheku <kkylheku@gmail.com>
+ * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o.
+ This suppresses some warnings from a byacc-generated parser,
+ and gets rid of a useless static sccsid array. May help with
+ Bison-generated parser also.
+
+2009-11-28 Kaz Kylheku <kkylheku@gmail.com>
+
* parser.l: Use flex options to suppress generation of the
unused functons yyunput and yyinput, thus getting rid of
some compiler diagnostics.