summaryrefslogtreecommitdiff
path: root/libcxxabi/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
commit3be4efa3416dfe0d3ce5028cfed5d33e1e88e62c (patch)
treeeead55ba08dc96d577853658fa6c65361c16b835 /libcxxabi/include
parent8645ea65e523495fcb9432028ffe4b9c88591515 (diff)
downloadllvm-3be4efa3416dfe0d3ce5028cfed5d33e1e88e62c.tar.gz
Some more -Wundef issues.
This should be all of them for Linux. Might be some for the others. llvm-svn: 228267
Diffstat (limited to 'libcxxabi/include')
-rw-r--r--libcxxabi/include/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/include/unwind.h b/libcxxabi/include/unwind.h
index 52e630407dd3..6a265cc31fa0 100644
--- a/libcxxabi/include/unwind.h
+++ b/libcxxabi/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