[Rcpp-commits] r3388 - pkg/int64/inst/include/int64

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 18 21:47:07 CET 2011


Author: romain
Date: 2011-11-18 21:47:07 +0100 (Fri, 18 Nov 2011)
New Revision: 3388

Modified:
   pkg/int64/inst/include/int64/int64.h
Log:
being more cautious

Modified: pkg/int64/inst/include/int64/int64.h
===================================================================
--- pkg/int64/inst/include/int64/int64.h	2011-11-18 20:40:58 UTC (rev 3387)
+++ pkg/int64/inst/include/int64/int64.h	2011-11-18 20:47:07 UTC (rev 3388)
@@ -62,8 +62,10 @@
     }
 }
 
+#if defined(BUILDING_INT64)
+#include <int64/routines.h>
+#endif 
 
-#include <int64/routines.h>
 #include <int64/arith.h>
 #include <int64/compare.h>
 #include <int64/summary.h>



More information about the Rcpp-commits mailing list