From 8b37331abdcd1a29e8b3950d222e41baf7326b56 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Thu, 3 Dec 2009 11:55:09 -0800
Subject: * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not
 needed because suppressing generation of unput is requested via the %option.
 In scanners generated by the legacy version of flex, 2.5.4, still widely in
 use. this redundancy leads to a multiple #define YY_NO_UNPUT and a compiler
 warning.

---
 ChangeLog | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index dea783b5..a1ac83d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-03  Kaz Kylheku  <kkylheku@gmail.com>
+
+	* parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not
+	needed because suppressing generation of unput is requested via
+	the %option. In scanners generated by the legacy version of
+	flex, 2.5.4, still widely in use. this redundancy leads to
+	a multiple #define YY_NO_UNPUT and a compiler warning.
+
 2009-12-03  Kaz Kylheku  <kkylheku@gmail.com>
 
 	Fix for failing test suite on MIPS machine, due to
-- 
cgit v1.2.3