bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 013b13fd164fe9b95fab4a580b5dbff69a74dd3a
Author: Tor Lillqvist <[email protected]>
Date:   Wed Mar 20 23:05:58 2013 +0200

    WaE: '__LP64__' is not defined, evaluates to 0
    
    Change-Id: Ie3b740818b6f705b24e2c718dd47f43ebdb2a3e1

diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h 
b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
index 339fd36..d9edcb0 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
@@ -33,6 +33,10 @@
 #ifndef _UNWIND_CXX_H
 #define _UNWIND_CXX_H 1
 
+#ifndef __LP64__
+#define __LP64__ 0
+#endif
+
 // Level 2: C++ ABI
 
 #include <typeinfo>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to