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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 3 00:48:15 CET 2010


Author: romain
Date: 2010-12-03 00:48:14 +0100 (Fri, 03 Dec 2010)
New Revision: 2683

Modified:
   pkg/Rcpp/inst/include/RcppCommon.h
Log:
cleaning

Modified: pkg/Rcpp/inst/include/RcppCommon.h
===================================================================
--- pkg/Rcpp/inst/include/RcppCommon.h	2010-12-02 20:52:52 UTC (rev 2682)
+++ pkg/Rcpp/inst/include/RcppCommon.h	2010-12-02 23:48:14 UTC (rev 2683)
@@ -148,10 +148,6 @@
 
 extern "C" SEXP rcpp_call_test(SEXP x) ;
 
-#ifndef RCPP_NO_CLASSIC_API
-char *copyMessageToR(const char* const mesg);
-#endif 
-
 /* in exceptions.cpp */
 void forward_uncaught_exceptions_to_r() ;
 void forward_exception_to_r( const std::exception& ) ;



More information about the Rcpp-commits mailing list