summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-20 23:49:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:29 -0400
commitc30f52090012f4632f4cfe6536abc4af7edfe363 (patch)
tree07388964ba67caba450283b28c7a9eff7e01a220 /debug.h
parentb84f676946941df6f7e8476d77d1db0cbe7736c5 (diff)
downloadfork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.gz
fork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.bz2
fork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.zip
Decreased memory usage considerably
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.h b/debug.h
index ea53d2cc..0de0a7ea 100644
--- a/debug.h
+++ b/debug.h
@@ -142,7 +142,7 @@ void operator delete[](void*, const std::nothrow_t&) throw();
#define CONFIRM(x)
#ifndef TRACE_CTOR
-#define TRACE_CTOR(cls)
+#define TRACE_CTOR(cls, args)
#define TRACE_DTOR(cls)
#define TRACE(cat, msg)
#define TRACE_PUSH(cat, msg)
@@ -154,7 +154,7 @@ void operator delete[](void*, const std::nothrow_t&) throw();
#define CONFIRM(x)
#ifndef TRACE_CTOR
-#define TRACE_CTOR(cls)
+#define TRACE_CTOR(cls, args)
#define TRACE_DTOR(cls)
#define TRACE(cat, msg)
#define TRACE_PUSH(cat, msg)