From eda733a56eae156044a879ab2ce1a15a0cf0eef8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 24 Sep 2004 23:11:50 -0400 Subject: improved error checking in parser, in case parts of an amount are missing --- config.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 5c7bba2e..53884c36 100644 --- a/config.h +++ b/config.h @@ -14,13 +14,6 @@ namespace ledger { -extern std::string bal_fmt; -extern std::string reg_fmt; -extern std::string plot_value_fmt; -extern std::string plot_total_fmt; -extern std::string print_fmt; -extern std::string equity_fmt; - struct config_t { // These options can all be set used text fields. @@ -42,6 +35,7 @@ struct config_t std::string plot_total_format; std::string print_format; std::string equity_format; + std::string prices_format; std::string date_format; std::string sort_string; std::string amount_expr; -- cgit v1.2.3