From c17c5dbcaf383b5f605b3373427930a0a579f2ed Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 3 Mar 2006 09:25:12 +0000 Subject: *** no comment *** --- acprep | 2 +- journal.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/acprep b/acprep index 8aa0f343..b00cd8ee 100755 --- a/acprep +++ b/acprep @@ -17,7 +17,7 @@ fi autoconf INCDIRS="-I/sw/include -I/usr/local/include/boost-1_33 -I/usr/include/httpd/xml" -#INCDIRS="$INCDIRS -I/sw/include/libofx" +INCDIRS="$INCDIRS -I/sw/include/libofx" INCDIRS="$INCDIRS -Wno-long-double" LIBDIRS="-L/sw/lib -L/usr/local/lib" diff --git a/journal.h b/journal.h index 8a6ac32b..1916b184 100644 --- a/journal.h +++ b/journal.h @@ -177,11 +177,9 @@ class entry_t : public entry_base_t } entry_t(const entry_t& e); -#ifdef DEBUG_ENABLED virtual ~entry_t() { DEBUG_PRINT("ledger.memory.dtors", "dtor entry_t"); } -#endif std::time_t actual_date() const { return _date; @@ -257,11 +255,9 @@ class period_entry_t : public entry_base_t DEBUG_PRINT("ledger.memory.ctors", "ctor period_entry_t"); } -#ifdef DEBUG_ENABLED virtual ~period_entry_t() { DEBUG_PRINT("ledger.memory.dtors", "dtor period_entry_t"); } -#endif virtual bool valid() const { return period; -- cgit v1.2.3