diff options
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r-- | lldb/source/Core/Error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index da137174bce..6614769f8a0 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -100,7 +100,7 @@ Error::AsCString(const char *default_error_str) const switch (m_type) { case eErrorTypeMachKernel: -#ifdef __APPLE__ +#if defined (__APPLE__) s = ::mach_error_string (m_code); #endif break; |