diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-05-28 16:03:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-05-28 16:03:55 +0000 |
commit | a0d19fcf0e365833ed8cbd8daef7c5ebadfde018 (patch) | |
tree | 7f5d089bdee7177f74355807b6ed78881a96294b /idlc | |
parent | 18323e12d415869c44de261b6b9230bd0f84cb94 (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.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll index ea122c531..74f5c82fd 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 %} |