Skip to content

Commit 490dfcb

Browse files
committed
No longer extern the CreateInterpreter API
1 parent 5edfae3 commit 490dfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ namespace Cpp {
548548
///\param[in] Args - the list of arguments for interpreter constructor.
549549
///\param[in] CPPINTEROP_EXTRA_INTERPRETER_ARGS - an env variable, if defined,
550550
/// adds additional arguments to the interpreter.
551-
extern "C" CPPINTEROP_API TInterp_t
551+
CPPINTEROP_API TInterp_t
552552
CreateInterpreter(const std::vector<const char*>& Args = {},
553553
const std::vector<const char*>& GpuArgs = {});
554554

0 commit comments

Comments
 (0)