Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 14:34:28 UTC 2009

Modified Files:
        src/crypto/dist/ipsec-tools/src/setkey: token.l

Log Message:
use %option noinput nounput


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/crypto/dist/ipsec-tools/src/setkey/token.l

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

Modified files:

Index: src/crypto/dist/ipsec-tools/src/setkey/token.l
diff -u src/crypto/dist/ipsec-tools/src/setkey/token.l:1.13 src/crypto/dist/ipsec-tools/src/setkey/token.l:1.14
--- src/crypto/dist/ipsec-tools/src/setkey/token.l:1.13	Wed Oct 28 17:22:49 2009
+++ src/crypto/dist/ipsec-tools/src/setkey/token.l	Thu Oct 29 10:34:27 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: token.l,v 1.13 2009/10/28 21:22:49 christos Exp $	*/
+/*	$NetBSD: token.l,v 1.14 2009/10/29 14:34:27 christos Exp $	*/
 
 /*	$KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $	*/
 
@@ -59,8 +59,6 @@
 #include "y.tab.h"
 #endif
 
-#define YY_NO_UNPUT
-
 #include "extern.h"
 
 /* make the code compile on *BSD-current */
@@ -113,8 +111,10 @@
 
 %s S_PL S_AUTHALG S_ENCALG
 
+%option noinput nounput
 %%
 
+
 add		{ return(ADD); }
 delete		{ return(DELETE); }
 deleteall	{ return(DELETEALL); }

Reply via email to