mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-05 07:07:52 +02:00
Track filename and line number where variables are defined.
This commit is contained in:
@@ -107,6 +107,8 @@ typedef struct var {
|
||||
char preserve;
|
||||
char is_constant;
|
||||
char used_since_set;
|
||||
char const *filename;
|
||||
int lineno;
|
||||
Value v;
|
||||
} Var;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user