Combine two places that did REPT chain printing

This commit is contained in:
Rangi42
2025-07-20 15:16:53 -04:00
parent 89ca6a325c
commit 9ef32e405c
2 changed files with 13 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ struct FileStackNode {
: type(type_), data(data_) {}
std::string const &dump(uint32_t curLineNo) const;
std::string reptChain() const;
};
extern size_t maxRecursionDepth;