summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-04 18:34:39 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-04 18:34:39 +0200
commitf9bea4448f08f3aff0fcfbbbfae4f638615daefb (patch)
treec5a526c0fb452dbc4abe70cfe13ad9448e48eeed /l10ntools
parentthe binaries were build with enabled exceptions before (diff)
downloadcore-f9bea4448f08f3aff0fcfbbbfae4f638615daefb.tar.gz
core-f9bea4448f08f3aff0fcfbbbfae4f638615daefb.zip
generate non-interactive scanner
This should avoid problem with missing decl. of isatty. Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/cfglex.l2
-rw-r--r--l10ntools/source/srclex.l2
-rw-r--r--l10ntools/source/xrmlex.l2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l
index 63860eea4fad..1833da10d6a0 100644
--- a/l10ntools/source/cfglex.l
+++ b/l10ntools/source/cfglex.l
@@ -46,6 +46,8 @@ extern "C" FILE * init(int, char **);
int bText=0;
%}
+%option never-interactive
+
%p 24000
%e 1200
%n 500
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index ccde01be0a42..4640ea668cf4 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -48,6 +48,8 @@ extern "C" void Close();
void YYWarning();
%}
+%option never-interactive
+
%p 24000
%e 1200
%n 500
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index 56d43d356d3b..8158d7b83505 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -54,6 +54,8 @@ void YYWarning();
int bText=0;
%}
+%option never-interactive
+
%p 24000
%e 1200
%n 500