From 224afe708502d8ffb54bcb12691e95018116b041 Mon Sep 17 00:00:00 2001 From: AU Date: Fri, 7 Mar 2025 16:04:02 +0100 Subject: [PATCH] Add explicit extern "C" --- include/clang-c/CXCppInterOp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()