[bugfix] compiler complains fileno is not declared but used in lex.yy.c.
This commit is contained in:
parent
9b31e5bd2f
commit
7bfe165a73
|
@ -28,6 +28,7 @@
|
|||
%option noinput
|
||||
%option nounput
|
||||
%option extra-type="struct parser_control *"
|
||||
%option never-interactive
|
||||
|
||||
/* comment */
|
||||
comment ;.*$
|
||||
|
|
Loading…
Reference in New Issue