diff --git a/lib/CppInterOp/CppInterOp.cpp b/lib/CppInterOp/CppInterOp.cpp index bcbc12359..ca8e65191 100755 --- a/lib/CppInterOp/CppInterOp.cpp +++ b/lib/CppInterOp/CppInterOp.cpp @@ -2707,7 +2707,7 @@ int get_wrapper_code(compat::Interpreter& I, const FunctionDecl* FD, // { std::ostringstream buf; - buf << "__cf"; + buf << "__jc"; // const NamedDecl* ND = dyn_cast(FD); // std::string mn; // fInterp->maybeMangleDeclName(ND, mn);