summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-04 19:27:01 +0200
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-04 19:27:20 +0200
commitced53aa235bd4edb17ebd4690ab311a36b8725e4 (patch)
tree059b1e9a36496db48a819ec27de8c35d22f30d7d /l10ntools
parentf9bea4448f08f3aff0fcfbbbfae4f638615daefb (diff)
fixed subtle flex issue with C++ treatment on Windows
Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/cfglex.l1
-rw-r--r--l10ntools/source/srclex.l1
-rw-r--r--l10ntools/source/xrmlex.l1
3 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l
index 1833da10d6a0..e7d6b401567e 100644
--- a/l10ntools/source/cfglex.l
+++ b/l10ntools/source/cfglex.l
@@ -3,7 +3,6 @@
* lexer for parsing cfg source files
*
*/
-#define YY_NEVER_INTERACTIVE 1
/* enlarge token buffer to tokenize whole strings */
#undef YYLMAX
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index 4640ea668cf4..38eb10566cae 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -4,7 +4,6 @@
* lexer for parsing ressource source files (*.src)
*
*/
-#define YY_NEVER_INTERACTIVE 1
/* enlarge token buffer to tokenize whole strings */
#undef YYLMAX
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index 8158d7b83505..500c1b994de6 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -3,7 +3,6 @@
* lexer for parsing xml-property source files (*.xml)
*
*/
-#define YY_NEVER_INTERACTIVE 1
/* enlarge token buffer to tokenize whole strings */
#undef YYLMAX