summaryrefslogtreecommitdiff
path: root/include/__cxxabi_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/__cxxabi_config.h')
-rw-r--r--include/__cxxabi_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__cxxabi_config.h b/include/__cxxabi_config.h
index c040a06..957754f 100644
--- a/include/__cxxabi_config.h
+++ b/include/__cxxabi_config.h
@@ -10,7 +10,7 @@
#ifndef ____CXXABI_CONFIG_H
#define ____CXXABI_CONFIG_H
-#if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \
+#if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \
!defined(__ARM_DWARF_EH__)
#define LIBCXXABI_ARM_EHABI 1
#else