diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-13 08:39:12 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:30 -0400 |
commit | 82d0ee869be4636fb285f7fc61620ecd747f46f9 (patch) | |
tree | e65d7bff14d13e71738d55660a39938c2e4973eb /config.h | |
parent | fd525ec3821f16ec3df8096a0080da797f7946c5 (diff) | |
download | fork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.tar.gz fork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.tar.bz2 fork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.zip |
Added --ansi and --ansi-invert options.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ class config_t std::list<item_handler<transaction_t> *>& ptrs); }; -#define CONFIG_OPTIONS_SIZE 86 +#define CONFIG_OPTIONS_SIZE 88 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |