From 8c5b124e9961d3ee64105e1576e79f304c18b40e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 29 Oct 2003 07:47:41 +0000 Subject: changes --- parse.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'parse.cc') diff --git a/parse.cc b/parse.cc index 4af13a43..1e0c9ffa 100644 --- a/parse.cc +++ b/parse.cc @@ -117,7 +117,8 @@ void parse_price_setting(const std::string& setting) #define MAX_LINE 1024 -static int linenum; +int linenum; + static bool do_compute; transaction * parse_transaction(std::istream& in, book * ledger) -- cgit v1.2.3