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. --- format.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'format.cc') diff --git a/format.cc b/format.cc index cb76ff8a..0bd33ff5 100644 --- a/format.cc +++ b/format.cc @@ -1,9 +1,11 @@ #include "format.h" #include "error.h" #include "util.h" +#if 0 #ifdef USE_BOOST_PYTHON #include "py_eval.h" #endif +#endif #include @@ -239,6 +241,7 @@ int format_t::format(std::ostream& out, xml::node_t * context, } // namespace ledger +#if 0 #ifdef USE_BOOST_PYTHON #include @@ -256,3 +259,4 @@ void export_format() } #endif // USE_BOOST_PYTHON +#endif -- cgit v1.2.3