Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5694849e
Kaydet (Commit)
5694849e
authored
Nis 30, 2013
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i122195# fix build problems in the OSX64 UNO bridge
üst
714a11b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
build.lst
bridges/prj/build.lst
+1
-0
except.cxx
bridges/source/cpp_uno/cxx_macosx_x86-64/except.cxx
+0
-2
share.hxx
bridges/source/cpp_uno/cxx_macosx_x86-64/share.hxx
+0
-2
No files found.
bridges/prj/build.lst
Dosyayı görüntüle @
5694849e
...
...
@@ -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
...
...
bridges/source/cpp_uno/cxx_macosx_x86-64/except.cxx
Dosyayı görüntüle @
5694849e
...
...
@@ -26,8 +26,6 @@
#if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 6))
#include <exception>
#else
#include "private_typeinfo.h"
#endif
#include <stdio.h>
...
...
bridges/source/cpp_uno/cxx_macosx_x86-64/share.hxx
Dosyayı görüntüle @
5694849e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment