diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-20 23:12:04 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-20 23:12:04 -0400 |
commit | d86a91d45b837d1d32e943107c856497897cc85c (patch) | |
tree | 3e9ca05a7126facb6b2ad7cd9447d4bc7c149d6c /ledger.h | |
parent | 689df610779d43bf740925a90ab3579b22d45da8 (diff) | |
download | fork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.tar.gz fork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.tar.bz2 fork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.zip |
The new XPath parser has been integrated, although I have removed the
XML-related bits -- I just wanted the better infrastructure that had been
created during the rewrite. It doesn't work, but it compiles and links now.
This means that all of the previous 3.0 code has been moved over, although
there are still snippets of code in pending/old that need to be restored.
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ #include <csv.h> //#include <quotes.h> #include <valexpr.h> +#include <parsexp.h> #include <walk.h> #include <derive.h> #include <reconcile.h> |