diff --git a/include/clang-c/CXCppInterOp.h b/include/clang-c/CXCppInterOp.h index e5b057dde..702dd6e94 100644 --- a/include/clang-c/CXCppInterOp.h +++ b/include/clang-c/CXCppInterOp.h @@ -12,7 +12,7 @@ #include #include -LLVM_CLANG_C_EXTERN_C_BEGIN +extern "C" { /** * \defgroup CPPINTEROP_INTERPRETER_MANIP Interpreter manipulations @@ -360,7 +360,7 @@ void clang_destruct(CXObject This, CXScope S, bool withFree); * @} */ -LLVM_CLANG_C_EXTERN_C_END +} #endif // LLVM_CLANG_C_CXCPPINTEROP_H - // NOLINTEND() \ No newline at end of file + // NOLINTEND()