[Rcpp-commits] r1181 - pkg/Rcpp/inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 6 14:30:41 CEST 2010


Author: romain
Date: 2010-05-06 14:30:40 +0200 (Thu, 06 May 2010)
New Revision: 1181

Modified:
   pkg/Rcpp/inst/include/Rcpp/preprocessor.h
Log:
oops, did not lean to commit this


Modified: pkg/Rcpp/inst/include/Rcpp/preprocessor.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/preprocessor.h	2010-05-06 12:29:45 UTC (rev 1180)
+++ pkg/Rcpp/inst/include/Rcpp/preprocessor.h	2010-05-06 12:30:40 UTC (rev 1181)
@@ -123,10 +123,4 @@
 
 #define RCPP_REGISTER(__NAME__) 
 
-// from boost preprocessor library
-#include <boost/preprocessor/cat.hpp>
-
-#define RCPP_CLASS_START <Rcpp/class_start.h>
-#define RCPP_CLASS_STOP <Rcpp/class_stop.h>
-
 #endif



More information about the Rcpp-commits mailing list