diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-27 18:37:55 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-27 18:37:55 -0400 |
commit | c93175183e790cf7f1100dfd554197161a69e6fe (patch) | |
tree | ab83255a7c883047a6e3a36bbb2097cc13c8f216 /valexpr.h | |
parent | e5a8bbf997f14ea2edf52d6dfe733969cc67589b (diff) | |
download | ledger-c93175183e790cf7f1100dfd554197161a69e6fe.tar.gz ledger-c93175183e790cf7f1100dfd554197161a69e6fe.tar.bz2 ledger-c93175183e790cf7f1100dfd554197161a69e6fe.zip |
Added the concept of "balance setting transactions".
Diffstat (limited to 'valexpr.h')
-rw-r--r-- | valexpr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ bool compute_amount(value_expr_t * expr, amount_t& amt, #define PARSE_VALEXPR_RELAXED 0x02 #define PARSE_VALEXPR_NO_MIGRATE 0x04 #define PARSE_VALEXPR_NO_REDUCE 0x08 +#define PARSE_VALEXPR_NO_ASSIGN 0x10 value_expr_t * parse_value_expr(std::istream& in, scope_t * scope = NULL, |