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:
Dimitry Andric 2011-12-15 23:22:24 +00:00
parent c792b7e865
commit ff3f429dea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228552

View File

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