summaryrefslogtreecommitdiff
path: root/src/account.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.cc')
-rw-r--r--src/account.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account.cc b/src/account.cc
index 11b918fa..72709f95 100644
--- a/src/account.cc
+++ b/src/account.cc
@@ -89,11 +89,11 @@ account_t * account_t::find_account(const string& acct_name,
if (has_flags(ACCOUNT_GENERATED))
account->add_flags(ACCOUNT_GENERATED);
-#if defined(DEBUG_ON)
+#if DEBUG_ON
std::pair<accounts_map::iterator, bool> result =
#endif
accounts.insert(accounts_map::value_type(first, account));
-#if defined(DEBUG_ON)
+#if DEBUG_ON
assert(result.second);
#endif
} else {