Kaydet (Commit) f9bea444 authored tarafından David Tardon's avatar David Tardon

generate non-interactive scanner

This should avoid problem with missing decl. of isatty.

Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
üst b4adf8a5
...@@ -46,6 +46,8 @@ extern "C" FILE * init(int, char **); ...@@ -46,6 +46,8 @@ extern "C" FILE * init(int, char **);
int bText=0; int bText=0;
%} %}
%option never-interactive
%p 24000 %p 24000
%e 1200 %e 1200
%n 500 %n 500
......
...@@ -48,6 +48,8 @@ extern "C" void Close(); ...@@ -48,6 +48,8 @@ extern "C" void Close();
void YYWarning(); void YYWarning();
%} %}
%option never-interactive
%p 24000 %p 24000
%e 1200 %e 1200
%n 500 %n 500
......
...@@ -54,6 +54,8 @@ void YYWarning(); ...@@ -54,6 +54,8 @@ void YYWarning();
int bText=0; int bText=0;
%} %}
%option never-interactive
%p 24000 %p 24000
%e 1200 %e 1200
%n 500 %n 500
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment