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 | 354367ced21faf308f7fdb47dfbfd55238d13c49 (patch) | |
tree | 74e13ae1e6d19d5f314217f9ab3c230b7052c951 /idlc/source/scanner.ll | |
parent | 263be5140ab4b4b25471c78573a1612872fb76bd (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/source/scanner.ll')
-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 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 %} |