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
@@ -156,7 +156,7 @@ int GetVarValue (char const *str, Value *val);
int DoSet (Parser *p);
int DoUnset (Parser *p);
int DoDump (ParsePtr p);
void DumpVarTable (void);
void DumpVarTable (int dump_constness);
void DestroyVars (int all);
int PreserveVar (char const *name);
int DoPreserve (Parser *p);