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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 6 17:39:39 CET 2010


Author: edd
Date: 2010-01-06 17:39:38 +0100 (Wed, 06 Jan 2010)
New Revision: 288

Modified:
   pkg/src/RcppCommon.h
Log:
blah, typo fix


Modified: pkg/src/RcppCommon.h
===================================================================
--- pkg/src/RcppCommon.h	2010-01-06 16:34:19 UTC (rev 287)
+++ pkg/src/RcppCommon.h	2010-01-06 16:39:38 UTC (rev 288)
@@ -63,7 +63,7 @@
 // simple logging help
 inline void logTxtFunction(const char* file, const int line, const char* expression); 
 
-#ifndef logTxT
+#ifndef logTxt
 //#define logTxt(x) logTxtFunction(__FILE__, __LINE__, x);
 #define logTxt(x) 
 #endif

_______________________________________________
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