From a40813d896fd929e92969c06229844073d58565d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 Oct 2003 07:11:57 +0000 Subject: *** empty log message *** --- amount.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'amount.cc') diff --git a/amount.cc b/amount.cc index ac2288ad..e0aca70b 100644 --- a/amount.cc +++ b/amount.cc @@ -474,9 +474,12 @@ static commodity * parse_amount(mpz_t out, const char * num, static char buf[256]; bool saw_commodity = false; + bool prefix = false; + bool separate = true; + bool thousands = true; + bool european = false; std::string symbol; - bool prefix, separate, thousands, european; int precision, result; if (ovector[base * 2] >= 0) { -- cgit v1.2.3