summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-05-28 16:03:55 +0000
committerKurt Zenker <kz@openoffice.org>2009-05-28 16:03:55 +0000
commit354367ced21faf308f7fdb47dfbfd55238d13c49 (patch)
tree74e13ae1e6d19d5f314217f9ab3c230b7052c951 /idlc
parent263be5140ab4b4b25471c78573a1612872fb76bd (diff)
CWS-TOOLING: integrate CWS ause101
2009-05-11 14:39:16 +0200 hjs r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs r271690 : #i101649# workaround warnings in generated code
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/scanner.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index ea122c531400..74f5c82fded1 100644
--- a/idlc/source/scanner.ll
+++ b/idlc/source/scanner.ll
@@ -254,6 +254,12 @@ static void parseLineAndFile(sal_Char* pBuf)
#pragma disable_warn
#elif defined _MSC_VER
#pragma warning(push, 1)
+/**/
+#ifdef yywrap
+#undef yywrap
+#define yywrap() 1
+#endif
+/**/
#endif
%}