Add 'linesource', to contain the path/file of the origin of the line.

This commit is contained in:
Holger Vogt 2024-04-26 11:06:32 +02:00
parent 50ce5bbff4
commit a095048e63
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ struct card_assoc {
struct card {
int linenum;
int linenum_orig;
char* linesource;
char *line;
char *error;
struct card *nextcard;