summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-03 10:40:44 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:28 -0400
commit2ebfddf4010a2f97c982fa6f9e04a25e2f456af4 (patch)
treebf9ffc9ce2a3be3126b434934f36118c57f6cd0e /config.h
parent96d6d62ad94082ca777c2c88b88e0346a5d00e65 (diff)
downloadfork-ledger-2ebfddf4010a2f97c982fa6f9e04a25e2f456af4.tar.gz
fork-ledger-2ebfddf4010a2f97c982fa6f9e04a25e2f456af4.tar.bz2
fork-ledger-2ebfddf4010a2f97c982fa6f9e04a25e2f456af4.zip
Began support for improved commodity handling.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 99295189..a19dd2b6 100644
--- a/config.h
+++ b/config.h
@@ -99,7 +99,7 @@ class config_t
std::list<item_handler<transaction_t> *>& ptrs);
};
-#define CONFIG_OPTIONS_SIZE 78
+#define CONFIG_OPTIONS_SIZE 81
extern option_t config_options[CONFIG_OPTIONS_SIZE];
void option_help(std::ostream& out);