Module Name:    src
Committed By:   christos
Date:           Wed Oct 28 22:37:50 UTC 2009

Modified Files:
        src/usr.sbin/envstat: config_lex.l

Log Message:
no unput


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/envstat/config_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.sbin/envstat/config_lex.l
diff -u src/usr.sbin/envstat/config_lex.l:1.4 src/usr.sbin/envstat/config_lex.l:1.5
--- src/usr.sbin/envstat/config_lex.l:1.4	Fri Aug 22 07:27:50 2008
+++ src/usr.sbin/envstat/config_lex.l	Wed Oct 28 18:37:50 2009
@@ -1,4 +1,4 @@
-/* 	$NetBSD: config_lex.l,v 1.4 2008/08/22 11:27:50 pgoyette Exp $	*/
+/* 	$NetBSD: config_lex.l,v 1.5 2009/10/28 22:37:50 christos Exp $	*/
 
 /*-
  * Copyright (c) 2007 Juan Romero Pardines.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: config_lex.l,v 1.4 2008/08/22 11:27:50 pgoyette Exp $");
+__RCSID("$NetBSD: config_lex.l,v 1.5 2009/10/28 22:37:50 christos Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -42,6 +42,8 @@
 extern int yyerror(const char *, ...);
 int yylex(void);
 
+#define YY_NO_UNPUT
+
 %}
 
 %option noyywrap

Reply via email to