|
From: Carlo W. <li...@us...> - 2002-01-08 23:47:03
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-08 23:47:02 UTC
Added files:
libcwd/nodebug.h
Log message:
Ugh - forgot to add this file (long time ago).
---------------------- diff included ----------------------
Index: src/libcwd/nodebug.h
diff -u /dev/null src/libcwd/nodebug.h:1.2
--- /dev/null Tue Jan 8 15:47:02 2002
+++ src/libcwd/nodebug.h Tue Jan 8 15:46:52 2002
@@ -0,0 +1,13 @@
+#define AllocTag1(p)
+#define AllocTag2(p, desc)
+#define AllocTag_dynamic_description(p, x)
+#define AllocTag(p, x)
+#define Debug(x)
+#define Dout(a, b)
+#define DoutFatal(a, b) LibcwDoutFatal(::std, , a, b)
+#define ForAllDebugChannels(STATEMENT)
+#define ForAllDebugObjects(STATEMENT)
+#define LibcwDebug(dc_namespace, x)
+#define LibcwDout(a, b, c, d)
+#define LibcwDoutFatal(a, b, c, d) do { ::std::cerr << d << ::std::endl; ::std::exit(254); } while(1)
+#define NEW(x) new x
----------------------- End of diff -----------------------
|