opnsense-ports/graphics/pfstools/files/patch-src-matlab-compatibility.h
Franco Fichtner 8758ae3186 */*: sync with upstream
Taken from: FreeBSD
2016-02-15 04:34:34 +01:00

10 lines
208 B
C++

--- 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