In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since

%option nounput is already specified.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2012-11-14 18:49:03 +00:00
parent 9dbe0b121c
commit ea74d89cf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243034

View File

@ -47,8 +47,6 @@ unsigned lineno = 1;
static void handle_comment(void);
static char * handle_string(void);
#define YY_NO_UNPUT
#undef ECHO
%}