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

@@ -36,7 +36,7 @@ static char savedTIME[256];
static char savedDATE[256];
static char savedTIMESTAMP_ISO8601_LOCAL[256];
static char savedTIMESTAMP_ISO8601_UTC[256];
static bool exportAll; // -E
static bool exportAll = false; // -E
bool sym_IsPC(Symbol const *sym) {
return sym == PCSymbol;