From 0e7eec82341e06cd42f2084f776d8377cbcf0871 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 28 Nov 2009 04:36:59 -0800 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d46e0dc2..4eb7edc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-11-28 Kaz Kylheku + + * 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 * parser.l: Use flex options to suppress generation of the -- cgit v1.2.3