From ea74d89cf2b8c1fdb2f2cef3929cbcd448bf6409 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 14 Nov 2012 18:49:03 +0000 Subject: [PATCH] In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since %option nounput is already specified. MFC after: 3 days --- 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 1099ede32b8c..6101569ab602 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 %}