Initialize maxRecursionDepth with other options

This commit is contained in:
Rangi42
2025-07-21 19:58:37 -04:00
parent ee0f311c10
commit 8d268e8a8a
5 changed files with 12 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ enum MissingInclude {
struct Options {
uint8_t fixPrecision = 16; // -Q
size_t maxRecursionDepth; // -r
size_t maxRecursionDepth = 64; // -r
char binDigits[2] = {'0', '1'}; // -b
char gfxDigits[4] = {'0', '1', '2', '3'}; // -g
bool verbose = false; // -v