Skip to content

Commit 224afe7

Browse files
Add explicit extern "C"
1 parent 7caf10b commit 224afe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/clang-c/CXCppInterOp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <stddef.h>
1313
#include <stdint.h>
1414

15-
LLVM_CLANG_C_EXTERN_C_BEGIN
15+
extern "C" {
1616

1717
/**
1818
* \defgroup CPPINTEROP_INTERPRETER_MANIP Interpreter manipulations
@@ -360,7 +360,7 @@ void clang_destruct(CXObject This, CXScope S, bool withFree);
360360
* @}
361361
*/
362362

363-
LLVM_CLANG_C_EXTERN_C_END
363+
}
364364

365365
#endif // LLVM_CLANG_C_CXCPPINTEROP_H
366-
// NOLINTEND()
366+
// NOLINTEND()

0 commit comments

Comments
 (0)