From a087e6ea97494d97580c97705c665cac317a0dc3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 02:55:16 +0000 Subject: Cleared out all warnings; started work on getting Python up again. --- journal.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'journal.cc') diff --git a/journal.cc b/journal.cc index 61e4e294..a64b005e 100644 --- a/journal.cc +++ b/journal.cc @@ -2,9 +2,11 @@ #include "datetime.h" #include "mask.h" #include "format.h" +#if 0 #ifdef USE_BOOST_PYTHON #include "py_eval.h" #endif +#endif #include "acconf.h" #include @@ -662,6 +664,7 @@ xact_context::xact_context(const ledger::transaction_t& _xact, } // namespace ledger +#if 0 #ifdef USE_BOOST_PYTHON #include @@ -1043,3 +1046,4 @@ void export_journal() } #endif // USE_BOOST_PYTHON +#endif -- cgit v1.2.3