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:
dim 2011-12-15 23:22:24 +00:00
parent b2a5a1cc3f
commit 1288130bd1

View File

@ -48,6 +48,7 @@
#include "y.tab.h"
#define yylval __libipsecyylval /* XXX */
#define YY_NO_INPUT
int yylex(void);
%}