summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-13 23:42:21 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:48:44 -0400
commit3030e604f4abe3d2155eb77c124829f1d7213f35 (patch)
tree9955ae7945c22f1d5c990b64a5cfa9e57eb19f0c /amount.h
parente13d0172554929858f4e0143583f0d50f413ef83 (diff)
downloadfork-ledger-3030e604f4abe3d2155eb77c124829f1d7213f35.tar.gz
fork-ledger-3030e604f4abe3d2155eb77c124829f1d7213f35.tar.bz2
fork-ledger-3030e604f4abe3d2155eb77c124829f1d7213f35.zip
Don't cleanup commodities if Ledger was built in release mode.
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amount.h b/amount.h
index 98df367b..d64c3c2d 100644
--- a/amount.h
+++ b/amount.h
@@ -12,6 +12,8 @@
namespace ledger {
+extern bool do_cleanup;
+
class commodity_t;
class amount_t