mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-04 06:37:51 +02:00
Use "is_constant" attribute for Var to be consistent with UserFunc.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user