From 8b2bf571d8428598b352f282556668d821160ffa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Oct 2009 05:22:12 -0400 Subject: Added a comment about a confusing bit of code --- src/item.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 7855d6b7..4d19e36a 100644 --- a/src/item.h +++ b/src/item.h @@ -59,6 +59,7 @@ class item_t : public supports_flags<>, public scope_t { public: #define ITEM_NORMAL 0x00 // no flags at all, a basic posting +// jww (2009-10-27): I'm not consistent on the difference between these two. #define ITEM_GENERATED 0x01 // posting was not found in a journal #define ITEM_TEMP 0x02 // posting is a temporary object -- cgit v1.2.3