[Rcpp-commits] r4120 - pkg/RcppClassic/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 9 16:40:50 CET 2012


Author: romain
Date: 2012-12-09 16:40:50 +0100 (Sun, 09 Dec 2012)
New Revision: 4120

Modified:
   pkg/RcppClassic/inst/include/RcppClassic.h
Log:
same anticpiation change

Modified: pkg/RcppClassic/inst/include/RcppClassic.h
===================================================================
--- pkg/RcppClassic/inst/include/RcppClassic.h	2012-12-09 15:36:03 UTC (rev 4119)
+++ pkg/RcppClassic/inst/include/RcppClassic.h	2012-12-09 15:40:50 UTC (rev 4120)
@@ -29,16 +29,15 @@
 #include <Rcpp.h>
 #include <classic/classic_backward.h>
 
+#if defined(RCPP_VERSION) && RCPP_VERSION > Rcpp_Version(0,10,1)
 namespace Rcpp{
-    
-    #if defined(RCPP_VERSION) && RCPP_VERSION > Rcpp_Version(0,10,1)
     namespace internal{
         SEXP getPosixClasses() ;
         SEXP new_posixt_object( double d) ;
         SEXP new_date_object( double d) ;
     }
-    #endif
-}
     
+}
+#endif
 
 #endif



More information about the Rcpp-commits mailing list