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
@ -48,6 +48,7 @@
|
||||
|
||||
#include "y.tab.h"
|
||||
#define yylval __libipsecyylval /* XXX */
|
||||
#define YY_NO_INPUT
|
||||
|
||||
int yylex(void);
|
||||
%}
|
||||
|
Loading…
Reference in New Issue
Block a user