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 3f5f77e commit 1b7ac6fCopy full SHA for 1b7ac6f
inst/include/Rcpp/Module.h
@@ -453,8 +453,8 @@ static VARIABLE_IS_NOT_USED SEXP moduleSym = NULL;
453
454
// this macro is called by code wanting to load a module -- see RInside's rinside_module_sample0.cpp
455
#define LOAD_RCPP_MODULE(NAME) \
456
- Shield<SEXP> __load_module_call__( Rf_lang2( GET_MODULE_SYM, _rcpp_module_boot_##NAME() ); \
457
- Rcpp_eval(__load_module_call__), R_GlobalEnv );
+ Shield<SEXP> __load_module_call__( Rf_lang2( GET_MODULE_SYM, _rcpp_module_boot_##NAME() ) ); \
+ Rcpp_eval( __load_module_call__, R_GlobalEnv );
458
459
#endif
460
0 commit comments