Add "-c" option to "dump" to show constness when dumping variables.

This commit is contained in:
Dianne Skoll
2025-05-21 23:43:40 -04:00
parent ec8cae6d4b
commit 633812d961
3 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ int main(int argc, char *argv[])
DoReminders();
if (DebugFlag & DB_DUMP_VARS) {
DumpVarTable();
DumpVarTable(0);
DumpSysVarByName(NULL);
}