generate non-interactive scanner

This should avoid problem with missing decl. of isatty.

Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
This commit is contained in:
David Tardon
2012-05-04 18:34:39 +02:00
parent b4adf8a534
commit f9bea4448f
3 changed files with 6 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ extern "C" FILE * init(int, char **);
int bText=0;
%}
%option never-interactive
%p 24000
%e 1200
%n 500

View File

@@ -48,6 +48,8 @@ extern "C" void Close();
void YYWarning();
%}
%option never-interactive
%p 24000
%e 1200
%n 500

View File

@@ -54,6 +54,8 @@ void YYWarning();
int bText=0;
%}
%option never-interactive
%p 24000
%e 1200
%n 500