summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-20 23:05:58 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-20 23:05:58 +0200
commit013b13fd164fe9b95fab4a580b5dbff69a74dd3a (patch)
treecc5482ca0bcdea7e6bc88cc8e434f86a3999fc5d /bridges
parent61d95972ffb4cdb72e6edea082db100c5ffdb7a7 (diff)
WaE: '__LP64__' is not defined, evaluates to 0
Change-Id: Ie3b740818b6f705b24e2c718dd47f43ebdb2a3e1
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h4
1 files changed, 4 insertions, 0 deletions
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 339fd36fed54..d9edcb0db438 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>