Source-Changes-HG archive

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

[src/trunk]: src no unput



details:   https://anonhg.NetBSD.org/src/rev/380168a8a292
branches:  trunk
changeset: 748596:380168a8a292
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 28 20:59:46 2009 +0000

description:
no unput

diffstat:

 crypto/dist/ipsec-tools/src/setkey/token.l |  4 +++-
 sbin/cgdconfig/cgdlex.l                    |  5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r d947d86511ff -r 380168a8a292 crypto/dist/ipsec-tools/src/setkey/token.l
--- a/crypto/dist/ipsec-tools/src/setkey/token.l        Wed Oct 28 19:43:56 2009 +0000
+++ b/crypto/dist/ipsec-tools/src/setkey/token.l        Wed Oct 28 20:59:46 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: token.l,v 1.12 2007/07/18 12:07:53 vanhu Exp $ */
+/*     $NetBSD: token.l,v 1.13 2009/10/28 21:22:49 christos Exp $      */
 
 /*     $KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $  */
 
@@ -59,6 +59,8 @@
 #include "y.tab.h"
 #endif
 
+#define YY_NO_UNPUT
+
 #include "extern.h"
 
 /* make the code compile on *BSD-current */
diff -r d947d86511ff -r 380168a8a292 sbin/cgdconfig/cgdlex.l
--- a/sbin/cgdconfig/cgdlex.l   Wed Oct 28 19:43:56 2009 +0000
+++ b/sbin/cgdconfig/cgdlex.l   Wed Oct 28 20:59:46 2009 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index