summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-05 02:44:50 +0000
committerDan Albert <danalbert@google.com>2015-02-05 02:44:50 +0000
commit29bfe89080cf911b407e4f2e61ee012d922b93fa (patch)
treeef975532c15af89d6e5c109cd03326cc8af2bc53 /include
parenta1fce46063c99e307594236c55004b4e5b62243f (diff)
Some more -Wundef issues.
This should be all of them for Linux. Might be some for the others. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@228267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unwind.h b/include/unwind.h
index 52e6304..6a265cc 100644
--- a/include/unwind.h
+++ b/include/unwind.h
@@ -127,7 +127,7 @@ struct _Unwind_Exception {
_Unwind_Exception *exc);
uintptr_t private_1; // non-zero means forced unwind
uintptr_t private_2; // holds sp that phase1 found for phase2 to use
-#if !__LP64__
+#ifndef __LP64__
// The gcc implementation of _Unwind_Exception used attribute mode on the
// above fields which had the side effect of causing this whole struct to
// round up to 32 bytes in size. To be more explicit, we add pad fields