From 4aea9709bb25a3be567ad8c25cdd4458e813a10f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 Feb 2006 01:01:38 +0000 Subject: Made several changes to the parsing infrastructure to allow passing the "config_t" object around. This is needed for parsing option settings in the initialization file. --- config.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'config.cc') diff --git a/config.cc b/config.cc index 40294ad0..ac197fd3 100644 --- a/config.cc +++ b/config.cc @@ -988,6 +988,7 @@ OPT_BEGIN(total_data, "J") { OPT_BEGIN(price_db, ":") { config->price_db = optarg; + std::cerr << "Setting --price_db=" << optarg << std::endl; } OPT_END(price_db); OPT_BEGIN(price_exp, "Z:") { -- cgit v1.2.3