Don't define the input() function ifdef YY_NO_INPUT.

This was previously done for the input() function.

Submitted by:	Norberto Lopes <nblopes.ml at gmail.com>
This commit is contained in:
Rui Paulo 2010-10-13 10:31:32 +00:00
parent afe53dff1e
commit 60982546cd

View File

@ -979,6 +979,7 @@ void yyFlexLexer::yyunput( int c, char* yy_bp )
%-
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput()
#else
@ -1054,6 +1055,7 @@ int yyFlexLexer::yyinput()
return c;
}
#endif /* ifndef YY_NO_INPUT */
%-