mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define YY_NO_INPUT in lib/libipsec/policy_token.l, so lex's input()
function does not get defined needlessly. MFC after: 1 week
This commit is contained in:
parent
c792b7e865
commit
ff3f429dea
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
#include "y.tab.h"
|
||||
#define yylval __libipsecyylval /* XXX */
|
||||
#define YY_NO_INPUT
|
||||
|
||||
int yylex(void);
|
||||
%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue