Remove an extraneous brace for libstdc++ for completeness. Note this change

alone does not allow us to build LibreOffice with GCC and libstdc++.
This commit is contained in:
Jung-uk Kim 2016-10-26 18:23:12 +00:00
parent 88d7abb034
commit afc3c0b857
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424727

View file

@ -1,4 +1,4 @@
--- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig 2015-08-22 06:41:35 UTC
--- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig 2016-05-04 21:28:24 UTC
+++ bridges/source/cpp_uno/gcc3_linux_intel/share.hxx
@@ -32,10 +32,34 @@
#include <uno/any2.h>
@ -37,15 +37,15 @@
// ----- following decl from libstdc++-v3/libsupc++/unwind-cxx.h and unwind.h
@@ -104,6 +128,8 @@ extern "C" void __cxa_throw(
__attribute__((noreturn));
@@ -105,6 +129,8 @@ extern "C" void __cxa_throw(
}
#endif
+}
+#endif
+#endif
+
extern "C" void privateSnippetExecutorGeneral();
extern "C" void privateSnippetExecutorVoid();
extern "C" void privateSnippetExecutorHyper();
@@ -115,12 +141,17 @@ extern "C" void privateSnippetExecutorCl
namespace CPPU_CURRENT_NAMESPACE
{