From dab3f2bb55dee1127508d24187cb340e7268303b Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 17 Nov 2012 23:11:04 +0000 Subject: [PATCH] MFC r243034: In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since %option nounput is already specified. git-svn-id: svn://svn.freebsd.org/base/stable/9@243195 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- crypto/heimdal/lib/sl/slc-lex.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/heimdal/lib/sl/slc-lex.l b/crypto/heimdal/lib/sl/slc-lex.l index b810b1273..870fcdd6e 100644 --- a/crypto/heimdal/lib/sl/slc-lex.l +++ b/crypto/heimdal/lib/sl/slc-lex.l @@ -47,8 +47,6 @@ unsigned lineno = 1; static void handle_comment(void); static char * handle_string(void); -#define YY_NO_UNPUT - #undef ECHO %} -- 2.45.0