1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

In lib/libipsec/policy_token.l, use lex's standard "%option noinput"

instead of hand-defining the YY_NO_INPUT macro.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-16 00:01:19 +00:00
parent c5e2b668eb
commit 7a692f29c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228555

View File

@ -48,13 +48,13 @@
#include "y.tab.h"
#define yylval __libipsecyylval /* XXX */
#define YY_NO_INPUT
int yylex(void);
%}
%option noyywrap
%option nounput
%option noinput
/* common section */
nl \n