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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Dec 4 17:46:26 CET 2010


Author: romain
Date: 2010-12-04 17:46:26 +0100 (Sat, 04 Dec 2010)
New Revision: 2711

Modified:
   pkg/Rcpp/inst/include/RcppCommon.h
Log:
undef GOOD_COMPILER_FOR_RCPP on top so that it is not set by others

Modified: pkg/Rcpp/inst/include/RcppCommon.h
===================================================================
--- pkg/Rcpp/inst/include/RcppCommon.h	2010-12-04 13:54:19 UTC (rev 2710)
+++ pkg/Rcpp/inst/include/RcppCommon.h	2010-12-04 16:46:26 UTC (rev 2711)
@@ -23,6 +23,7 @@
 #ifndef RcppCommon_h
 #define RcppCommon_h
 
+#undef GOOD_COMPILER_FOR_RCPP
 #ifdef __GNUC__
 #define GOOD_COMPILER_FOR_RCPP
 #endif



More information about the Rcpp-commits mailing list