Kaydet (Commit) 5694849e authored tarafından Herbert Dürr's avatar Herbert Dürr

#i122195# fix build problems in the OSX64 UNO bridge

üst 714a11b5
......@@ -22,6 +22,7 @@ br bridges\source\cpp_uno\gcc3_linux_hppa nmake - u br_gcc3lh br_unotypes NULL
br bridges\source\cpp_uno\gcc3_linux_alpha nmake - u br_gcc3ll br_unotypes NULL
br bridges\source\cpp_uno\gcc3_macosx_intel nmake - u br_gcc3macoxi br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\gcc3_macosx_powerpc nmake - u br_gcc3macoxp br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\cxx_macosx_x86-64 nmake - u br_cxxmacoxx br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\cc50_solaris_sparc nmake - u br_cc50sols br_unotypes br_cppuno_shared br_inc NULL
br bridges\source\cpp_uno\cc5_solaris_sparc64 nmake - u br_cc5sols64 br_unotypes br_cppuno_shared br_inc NULL
br bridges\source\cpp_uno\cc50_solaris_intel nmake - u br_cc50soli br_unotypes br_cppuno_shared br_inc NULL
......
......@@ -26,8 +26,6 @@
#if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 6))
#include <exception>
#else
#include "private_typeinfo.h"
#endif
#include <stdio.h>
......
......@@ -37,8 +37,6 @@ void dummy_can_throw_anything( char const * );
struct _Unwind_Exception
{
unsigned long exception_class;
unsigned exception_class __attribute__((__mode__(__DI__)));
void * exception_cleanup;
uintptr_t private_1;
uintptr_t private_2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment