[Rcpp-devel] [Rcpp-commits] r309 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 7 22:04:28 CET 2010


Author: romain
Date: 2010-01-07 22:04:28 +0100 (Thu, 07 Jan 2010)
New Revision: 309

Modified:
   pkg/src/Function.cpp
   pkg/src/Rcpp.h
   pkg/src/wrap.cpp
Log:
added Function::environment(), moved pairlist.{h,cpp} files (lower case) to upper case files to avoid file collisions

Modified: pkg/src/Function.cpp
===================================================================
--- pkg/src/Function.cpp	2010-01-07 21:03:05 UTC (rev 308)
+++ pkg/src/Function.cpp	2010-01-07 21:04:28 UTC (rev 309)
@@ -22,7 +22,7 @@
 #include <Rcpp/Function.h>
 #include <Rcpp/RObject.h>
 #include <Rcpp/Language.h>
-#include <Rcpp/pairlist.h>
+#include <Rcpp/Pairlist.h>
 #include <RcppCommon.h>
 
 namespace Rcpp {

Modified: pkg/src/Rcpp.h
===================================================================
--- pkg/src/Rcpp.h	2010-01-07 21:03:05 UTC (rev 308)
+++ pkg/src/Rcpp.h	2010-01-07 21:04:28 UTC (rev 309)
@@ -43,7 +43,6 @@
 #include <RcppVectorView.h>
 
 /* new api */
-#include <Rcpp/pairlist.h>
 #include <Rcpp/grow.h>
 #include <Rcpp/wrap.h>
 #include <Rcpp/as.h>

Modified: pkg/src/wrap.cpp
===================================================================
--- pkg/src/wrap.cpp	2010-01-07 21:03:05 UTC (rev 308)
+++ pkg/src/wrap.cpp	2010-01-07 21:04:28 UTC (rev 309)
@@ -23,7 +23,6 @@
 
 #include <algorithm>
 
-#include <Rcpp/pairlist.h>
 #include <Rcpp/grow.h>
 #include <Rcpp/wrap.h>
 #include <Rcpp/as.h>

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list