abacus: parse: activate debug using ENV
This commit is contained in:
parent
6989d5209f
commit
2d437a2583
2 changed files with 5 additions and 3 deletions
|
|
@ -29,8 +29,8 @@ private:
|
|||
numeric_type result_{0};
|
||||
std::string filename_{};
|
||||
yy::location current_location_{};
|
||||
bool parse_trace_p_ = false;
|
||||
bool scan_trace_p_ = false;
|
||||
bool parse_trace_p_;
|
||||
bool scan_trace_p_;
|
||||
};
|
||||
|
||||
} // namespace abacus::parse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue