We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc0a8f commit 4630e00Copy full SHA for 4630e00
src/attributes.cpp
@@ -2539,8 +2539,8 @@ namespace attributes {
2539
ostr() << "# Register entry points for exported C++ functions"
2540
<< std::endl;
2541
ostr() << "methods::setLoadAction(function(ns) {" << std::endl;
2542
- ostr() << " .Call('" << registerCCallableExportedName()
2543
- << "', PACKAGE = '" << package() << "')"
+ ostr() << " .Call(`" << registerCCallableExportedName()
+ << "`, PACKAGE = '" << package() << "')"
2544
<< std::endl << "})" << std::endl; // #nocov end
2545
}
2546
0 commit comments