Module Name:    src
Committed By:   christos
Date:           Wed Oct 28 22:09:02 UTC 2009

Modified Files:
        src/usr.bin/mkcsmapper: lex.l

Log Message:
no unput


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/mkcsmapper/lex.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/mkcsmapper/lex.l
diff -u src/usr.bin/mkcsmapper/lex.l:1.4 src/usr.bin/mkcsmapper/lex.l:1.5
--- src/usr.bin/mkcsmapper/lex.l:1.4	Thu Feb  9 17:03:15 2006
+++ src/usr.bin/mkcsmapper/lex.l	Wed Oct 28 18:09:02 2009
@@ -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

Reply via email to