mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-29 04:17:07 +02:00
Add "-c" option to "dump" to show constness when dumping variables.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user