diff --git a/lib/preprocessor.cpp b/lib/preprocessor.cpp index 278b8196f..c17e21298 100644 --- a/lib/preprocessor.cpp +++ b/lib/preprocessor.cpp @@ -1594,18 +1594,18 @@ void Preprocessor::simplifyCondition(const std::map &c bool Preprocessor::match_cfg_def(const std::map &cfg, std::string def) { -/* - std::cout << "cfg: \""; - for (std::map::const_iterator it = cfg.begin(); it != cfg.end(); ++it) - { - std::cout << it->first; - if (!it->second.empty()) - std::cout << "=" << it->second; - std::cout << ";"; - } - std::cout << "\" "; - std::cout << "def: \"" << def << "\"\n"; -*/ + /* + std::cout << "cfg: \""; + for (std::map::const_iterator it = cfg.begin(); it != cfg.end(); ++it) + { + std::cout << it->first; + if (!it->second.empty()) + std::cout << "=" << it->second; + std::cout << ";"; + } + std::cout << "\" "; + std::cout << "def: \"" << def << "\"\n"; + */ simplifyCondition(cfg, def, true);