[Rcpp-commits] r2002 - pkg/Rcpp/inst/include
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Fri Aug 13 23:13:57 CEST 2010
    
    
  
Author: dmbates
Date: 2010-08-13 23:13:56 +0200 (Fri, 13 Aug 2010)
New Revision: 2002
Modified:
   pkg/Rcpp/inst/include/Rcpp.h
Log:
undo more defines from Rmath.h
Modified: pkg/Rcpp/inst/include/Rcpp.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp.h	2010-08-13 13:20:58 UTC (rev 2001)
+++ pkg/Rcpp/inst/include/Rcpp.h	2010-08-13 21:13:56 UTC (rev 2002)
@@ -67,6 +67,9 @@
 #include <Rmath.h>                  
 // undo some of the mess of Rmath
 #undef sign
+#undef trunc
+#undef rround
+#undef prec
 
 #include <Rcpp/sugar/sugar.h>
 #include <Rcpp/stats/stats.h>
    
    
More information about the Rcpp-commits
mailing list