[Libreoffice-commits] .: l10ntools/source
David Ostrovsky
davido at kemper.freedesktop.org
Fri May 4 10:28:20 PDT 2012
l10ntools/source/cfglex.l | 1 -
l10ntools/source/srclex.l | 1 -
l10ntools/source/xrmlex.l | 1 -
3 files changed, 3 deletions(-)
New commits:
commit ced53aa235bd4edb17ebd4690ab311a36b8725e4
Author: David Ostrovsky <David.Ostrovsky at gmx.de>
Date: Fri May 4 19:27:01 2012 +0200
fixed subtle flex issue with C++ treatment on Windows
Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l
index 1833da1..e7d6b40 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 4640ea6..38eb105 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 8158d7b..500c1b9 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
More information about the Libreoffice-commits
mailing list