Skip to content

Commit bee6b1e

Browse files
authored
Merge pull request #737 from assassin5615/master
Update Module.h
2 parents 3f5f77e + 1b7ac6f commit bee6b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/include/Rcpp/Module.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ static VARIABLE_IS_NOT_USED SEXP moduleSym = NULL;
453453

454454
// this macro is called by code wanting to load a module -- see RInside's rinside_module_sample0.cpp
455455
#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 );
456+
Shield<SEXP> __load_module_call__( Rf_lang2( GET_MODULE_SYM, _rcpp_module_boot_##NAME() ) ); \
457+
Rcpp_eval( __load_module_call__, R_GlobalEnv );
458458

459459
#endif
460460

0 commit comments

Comments
 (0)