Skip to content

Commit 887b646

Browse files
committed
rename generic/ctor wrapper name
This prevents conflicts with ROOT that also uses `cf`, allowing us to integrate JitCall incrementally and co-exist wit CallFunc
1 parent 25d958c commit 887b646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CppInterOp/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ int get_wrapper_code(compat::Interpreter& I, const FunctionDecl* FD,
27072707
//
27082708
{
27092709
std::ostringstream buf;
2710-
buf << "__cf";
2710+
buf << "__jc";
27112711
// const NamedDecl* ND = dyn_cast<NamedDecl>(FD);
27122712
// std::string mn;
27132713
// fInterp->maybeMangleDeclName(ND, mn);

0 commit comments

Comments
 (0)