diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 07:51:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 07:51:06 +0000 |
commit | 4ab1e26fdd6e220e20814d6297e4f06944aa5cbd (patch) | |
tree | eaf6e5f149eb9fdc49657704288949b240cc9e2d /bridges | |
parent | e6fe152f076ffe2a80f17dfb255ef3d83e737d49 (diff) |
INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED
2006/03/06 11:08:58 kendy 1.3.32.1: #i62810#
x86-64 bridge improvements: slightly better debug
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx index 070265a82b85..2c8a89791be6 100644 --- a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx +++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx @@ -4,9 +4,9 @@ * * $RCSfile: share.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:26:59 $ + * last change: $Author: rt $ $Date: 2006-03-08 08:51:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,8 @@ * ************************************************************************/ +#include "uno/mapping.h" + #include <typeinfo> #include <exception> #include <cstddef> @@ -40,6 +42,8 @@ namespace CPPU_CURRENT_NAMESPACE { +void dummy_can_throw_anything( char const * ); + // ----- following decl from libstdc++-v3/libsupc++/unwind-cxx.h and unwind.h struct _Unwind_Exception |