blob: 2140ba13a717178a8ca225371402e1b4e7f39a71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/matlab/compatibility.h.orig 2007-03-01 14:10:57 UTC
+++ src/matlab/compatibility.h
@@ -59,6 +59,6 @@
#endif
-#define DEBUG_STR if(1); else cerr
+#define DEBUG_STR if(1); else std::cerr
#endif
|