diff options
Diffstat (limited to 'include/llvm-c/Object.h')
-rw-r--r-- | include/llvm-c/Object.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/llvm-c/Object.h b/include/llvm-c/Object.h index b6fe17a159..e2dad62b4e 100644 --- a/include/llvm-c/Object.h +++ b/include/llvm-c/Object.h @@ -22,11 +22,9 @@ #include "llvm-c/Core.h" #include "llvm/Config/llvm-config.h" -#if defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) +#ifdef __cplusplus #include "llvm/Object/ObjectFile.h" -#endif /* defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) */ -#ifdef __cplusplus extern "C" { #endif @@ -101,9 +99,7 @@ const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI); #ifdef __cplusplus } -#endif -#if defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) namespace llvm { namespace object { inline ObjectFile *unwrap(LLVMObjectFileRef OF) { @@ -146,8 +142,8 @@ namespace llvm { } } -#endif /* defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) */ +#endif /* defined(__cplusplus) */ #endif |