summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-27 10:09:14 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:32 -0400
commita85bd282d7868cd1d7b7f166a2e8d2f13abfde13 (patch)
tree1682fa1da36756eabbe04ab2df1b60e557dbfee8 /binary.cc
parentd0e9822ed16cb36de4cb1171a89d4049c615f1a0 (diff)
downloadledger-a85bd282d7868cd1d7b7f166a2e8d2f13abfde13.tar.gz
ledger-a85bd282d7868cd1d7b7f166a2e8d2f13abfde13.tar.bz2
ledger-a85bd282d7868cd1d7b7f166a2e8d2f13abfde13.zip
Pounded the logging and memory tracing code into better shape.
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.cc b/binary.cc
index ff773abe..d3238b5a 100644
--- a/binary.cc
+++ b/binary.cc
@@ -4,7 +4,7 @@ namespace ledger {
#if 0
static unsigned long binary_magic_number = 0xFFEED765;
-#ifdef DEBUG_ENABLED
+#if defined(DEBUG_ON)
static unsigned long format_version = 0x00030000;
#else
static unsigned long format_version = 0x00030000;