blob: eb18186e0bb548ba54fc022aeafe9deb215e5002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN Library.ORIG/src/HTUtils.h Library/src/HTUtils.h
--- Library.ORIG/src/HTUtils.h 2002-06-12 18:31:21.000000000 +0900
+++ Library/src/HTUtils.h 2004-05-10 00:03:01.043447592 +0900
@@ -56,7 +56,7 @@
is possible to see parts of the output messages.
*/
-#if defined(NODEBUG) || defined(NDEBUG) || defined(_NDEBUG)
+#if 0
#undef HTDEBUG
#else
#ifndef HTDEBUG
|