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