Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mkcsmapper no unput



details:   https://anonhg.NetBSD.org/src/rev/fc8aa2f31dcb
branches:  trunk
changeset: 748599:fc8aa2f31dcb
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 28 22:09:02 2009 +0000

description:
no unput

diffstat:

 usr.bin/mkcsmapper/lex.l |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r e8f2d23722ce -r fc8aa2f31dcb usr.bin/mkcsmapper/lex.l
--- a/usr.bin/mkcsmapper/lex.l  Wed Oct 28 22:00:56 2009 +0000
+++ b/usr.bin/mkcsmapper/lex.l  Wed Oct 28 22:09:02 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lex.l,v 1.4 2006/02/09 22:03:15 dogcow Exp $   */
+/*     $NetBSD: lex.l,v 1.5 2009/10/28 22:09:02 christos Exp $ */
 
 %{
 /*-
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: lex.l,v 1.4 2006/02/09 22:03:15 dogcow Exp $");
+__RCSID("$NetBSD: lex.l,v 1.5 2009/10/28 22:09:02 christos Exp $");
 #endif /* not lint */
 
 #include <assert.h>
@@ -48,6 +48,9 @@
 #include "yacc.h"
 
 int line_number = 1;
+
+#define YY_NO_UNPUT
+
 %}
 
 %x     COMMENT



Home | Main Index | Thread Index | Old Index