diff options
author | Evan Cheng <evan.cheng@apple.com> | 2013-04-04 17:40:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2013-04-04 17:40:53 +0000 |
commit | 9313da5a90838c7242101dae250e86dcfc708e6a (patch) | |
tree | 793f09133621e9668694a49499b974ea7fb76883 /include/llvm-c/ExecutionEngine.h | |
parent | ed89568948f56eaf43f79e3e7178be7ae6933f1f (diff) |
Revert r178713
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/ExecutionEngine.h')
-rw-r--r-- | include/llvm-c/ExecutionEngine.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm-c/ExecutionEngine.h b/include/llvm-c/ExecutionEngine.h index 6ca316c2b1..cb77bb2e2e 100644 --- a/include/llvm-c/ExecutionEngine.h +++ b/include/llvm-c/ExecutionEngine.h @@ -138,9 +138,7 @@ void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global); #ifdef __cplusplus } -#endif -#if defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) namespace llvm { struct GenericValue; class ExecutionEngine; @@ -159,6 +157,7 @@ namespace llvm { #undef DEFINE_SIMPLE_CONVERSION_FUNCTIONS } -#endif /* defined(__cplusplus) && !defined(LLVM_DO_NOT_INCLUDE_CPP_HEADERS) */ + +#endif /* defined(__cplusplus) */ #endif |