summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-24 02:23:20 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-24 02:23:20 -0400
commit625b94cf04d083a2eca50e5630d8f7b551781742 (patch)
tree0c45d5b5cae5daeaa5fa6ab91c4bc1de31d90b6b /src/post.h
parentcb751913ef85305f2f13cd3a9af80adc00278627 (diff)
downloadfork-ledger-625b94cf04d083a2eca50e5630d8f7b551781742.tar.gz
fork-ledger-625b94cf04d083a2eca50e5630d8f7b551781742.tar.bz2
fork-ledger-625b94cf04d083a2eca50e5630d8f7b551781742.zip
Switched from using POST_AUTO to ITEM_GENERATED
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/post.h b/src/post.h
index 84c0d929..a8e8ab3d 100644
--- a/src/post.h
+++ b/src/post.h
@@ -65,9 +65,8 @@ class post_t : public item_t
{
public:
#define POST_VIRTUAL 0x10 // the account was specified with (parens)
-#define POST_MUST_BALANCE 0x20 // the account was specified with [brackets]
-#define POST_AUTO 0x40 // posting created by automated xact
-#define POST_CALCULATED 0x80 // posting's amount was auto-calculated
+#define POST_MUST_BALANCE 0x20 // posting must balance in the transaction
+#define POST_CALCULATED 0x40 // posting's amount was calculated
xact_t * xact; // only set for posts of regular xacts
account_t * account;