summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 05:10:16 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 05:59:38 -0400
commit4518ea95408e2d5fe90a87159b88bb41734ec1dc (patch)
tree3026169803aaea580d8b452cb9bb8a569c92fb2a /ledger.h
parent63039ade9209bced70b3e4dbb673ad90286d310a (diff)
downloadledger-4518ea95408e2d5fe90a87159b88bb41734ec1dc.tar.gz
ledger-4518ea95408e2d5fe90a87159b88bb41734ec1dc.tar.bz2
ledger-4518ea95408e2d5fe90a87159b88bb41734ec1dc.zip
Value expression architecture is now rewritten, but the functionality of the
old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/ledger.h b/ledger.h
index 03a77609..5c63b541 100644
--- a/ledger.h
+++ b/ledger.h
@@ -51,8 +51,7 @@
#include <emacs.h>
#include <csv.h>
//#include <quotes.h>
-#include <valexpr.h>
-#include <parsexp.h>
+#include <expr.h>
#include <walk.h>
#include <derive.h>
#include <reconcile.h>
@@ -67,15 +66,6 @@
#include <qif.h>
#include <ofx.h>
-namespace ledger {
- extern parser_t * binary_parser_ptr;
- extern parser_t * xml_parser_ptr;
- extern parser_t * gnucash_parser_ptr;
- extern parser_t * ofx_parser_ptr;
- extern parser_t * qif_parser_ptr;
- extern parser_t * textual_parser_ptr;
-}
-
#include <session.h>
#include <report.h>