Define the default -recursion depth in main.cpp with other default values

This commit is contained in:
Rangi42
2025-01-03 21:23:10 -05:00
committed by Rangi
parent 73ad431b8d
commit a5f12f66bb
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ struct FileStackNode {
std::string const &dump(uint32_t curLineNo) const;
};
#define DEFAULT_MAX_DEPTH 64
extern size_t maxRecursionDepth;
struct MacroArgs;