Fix platform and debug macros

This commit is contained in:
Vinnie Falco
2013-06-30 10:10:19 -07:00
parent 2fefe6ca8d
commit c35c52ff08
25 changed files with 128 additions and 124 deletions

View File

@@ -2000,7 +2000,7 @@ Json::Value RPCHandler::doAccountTransactions (Json::Value params, LoadType* loa
uLedgerMin = uLedgerMax = l->getLedgerSeq ();
}
#ifndef DEBUG
#ifndef BEAST_DEBUG
try
{
@@ -2066,7 +2066,7 @@ Json::Value RPCHandler::doAccountTransactions (Json::Value params, LoadType* loa
return ret;
#ifndef DEBUG
#ifndef BEAST_DEBUG
}
catch (...)
{