mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
9dbe0b121c
commit
ea74d89cf2
1 changed files with 0 additions and 2 deletions
|
|
@ -47,8 +47,6 @@ unsigned lineno = 1;
|
|||
static void handle_comment(void);
|
||||
static char * handle_string(void);
|
||||
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
#undef ECHO
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue