[Rcpp-commits] r2674 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 2 19:59:28 CET 2010
Author: romain
Date: 2010-12-02 19:59:28 +0100 (Thu, 02 Dec 2010)
New Revision: 2674
Modified:
pkg/Rcpp/inst/include/Rcpp/Module.h
Log:
added the RCPP_MODULE_BOOT macro
Modified: pkg/Rcpp/inst/include/Rcpp/Module.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Module.h 2010-12-02 18:09:34 UTC (rev 2673)
+++ pkg/Rcpp/inst/include/Rcpp/Module.h 2010-12-02 18:59:28 UTC (rev 2674)
@@ -723,6 +723,7 @@
}
+#define RCPP_MODULE_BOOT(name) _rcpp_module_boot_##name
#define RCPP_MODULE(name) \
void _rcpp_module_##name##_init() ; \
More information about the Rcpp-commits
mailing list