Use "is_constant" attribute for Var to be consistent with UserFunc.

This commit is contained in:
Dianne Skoll
2025-05-24 10:10:44 -04:00
parent c5bc459dd9
commit af2daa7a87
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ typedef struct var {
struct hash_link link;
char name[VAR_NAME_LEN+1];
char preserve;
char nonconstant;
char is_constant;
char used_since_set;
Value v;
} Var;