Make "SET $foo" also add a translation table entry if $foo is a dynamic translation variable.

This commit is contained in:
Dianne Skoll
2024-12-09 13:29:05 -05:00
parent 6f230e81bd
commit a05d9eefc9
5 changed files with 142 additions and 3 deletions
+1
View File
@@ -113,6 +113,7 @@ int DoBanner (ParsePtr p);
int DoRun (ParsePtr p);
int DoExpr (ParsePtr p);
int DoTranslate (ParsePtr p);
int InsertTranslation(char const *orig, char const *translated);
int DoErrMsg (ParsePtr p);
int ClearGlobalOmits (void);
int DoClear (ParsePtr p);