Module Name:    src
Committed By:   christos
Date:           Wed Oct 28 20:59:46 UTC 2009

Modified Files:
        src/sbin/cgdconfig: cgdlex.l

Log Message:
no unput


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/cgdconfig/cgdlex.l

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

Modified files:

Index: src/sbin/cgdconfig/cgdlex.l
diff -u src/sbin/cgdconfig/cgdlex.l:1.3 src/sbin/cgdconfig/cgdlex.l:1.4
--- src/sbin/cgdconfig/cgdlex.l:1.3	Sat May 10 23:15:21 2008
+++ src/sbin/cgdconfig/cgdlex.l	Wed Oct 28 16:59:46 2009
@@ -1,5 +1,5 @@
 %{
-/* $NetBSD: cgdlex.l,v 1.3 2008/05/11 03:15:21 elric Exp $ */
+/* $NetBSD: cgdlex.l,v 1.4 2009/10/28 20:59:46 christos Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: cgdlex.l,v 1.3 2008/05/11 03:15:21 elric Exp $");
+__RCSID("$NetBSD: cgdlex.l,v 1.4 2009/10/28 20:59:46 christos Exp $");
 #endif
 
 #include <err.h>
@@ -41,6 +41,7 @@
 #include "utils.h"
 #include "cgdparse.h"
 
+#define YY_NO_UNPUT
 /*
  * We use macros here to separate the C from the tokeniser, to
  * ease reading each.

Reply via email to