Module Name:    src
Committed By:   christos
Date:           Wed Oct 28 17:25:44 UTC 2009

Modified Files:
        src/sbin/veriexecctl: veriexecctl_conf.l

Log Message:
we don't need unput


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/veriexecctl/veriexecctl_conf.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/veriexecctl/veriexecctl_conf.l
diff -u src/sbin/veriexecctl/veriexecctl_conf.l:1.12 src/sbin/veriexecctl/veriexecctl_conf.l:1.13
--- src/sbin/veriexecctl/veriexecctl_conf.l:1.12	Sun Aug 31 19:37:45 2008
+++ src/sbin/veriexecctl/veriexecctl_conf.l	Wed Oct 28 13:25:44 2009
@@ -1,5 +1,5 @@
 %{
-/*	$NetBSD: veriexecctl_conf.l,v 1.12 2008/08/31 23:37:45 dholland Exp $	*/
+/*	$NetBSD: veriexecctl_conf.l,v 1.13 2009/10/28 17:25:44 christos Exp $	*/
 
 /*-
  * Copyright 2005 Elad Efrat <[email protected]>
@@ -40,6 +40,7 @@
 
 #include "veriexecctl_parse.h"
 
+#define YY_NO_UNPUT
 int yylex(void);
 
 extern size_t line;

Reply via email to