Source-Changes-HG archive

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

[src/trunk]: src/sbin/veriexecctl we don't need unput



details:   https://anonhg.NetBSD.org/src/rev/6431631579d6
branches:  trunk
changeset: 748591:6431631579d6
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 28 17:25:44 2009 +0000

description:
we don't need unput

diffstat:

 sbin/veriexecctl/veriexecctl_conf.l |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2f4e750ac517 -r 6431631579d6 sbin/veriexecctl/veriexecctl_conf.l
--- a/sbin/veriexecctl/veriexecctl_conf.l       Wed Oct 28 15:56:26 2009 +0000
+++ b/sbin/veriexecctl/veriexecctl_conf.l       Wed Oct 28 17:25:44 2009 +0000
@@ -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 <elad%NetBSD.org@localhost>
@@ -40,6 +40,7 @@
 
 #include "veriexecctl_parse.h"
 
+#define YY_NO_UNPUT
 int yylex(void);
 
 extern size_t line;



Home | Main Index | Thread Index | Old Index