[bugfix] compiler complains fileno is not declared but used in lex.yy.c.

This commit is contained in:
Yuichi Nishiwaki 2014-01-19 00:31:03 -08:00
parent 9b31e5bd2f
commit 7bfe165a73
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
%option noinput %option noinput
%option nounput %option nounput
%option extra-type="struct parser_control *" %option extra-type="struct parser_control *"
%option never-interactive
/* comment */ /* comment */
comment ;.*$ comment ;.*$