Add 'linesource', to contain the path/file of the origin of the line.
This commit is contained in:
parent
50ce5bbff4
commit
a095048e63
|
|
@ -77,6 +77,7 @@ struct card_assoc {
|
|||
struct card {
|
||||
int linenum;
|
||||
int linenum_orig;
|
||||
char* linesource;
|
||||
char *line;
|
||||
char *error;
|
||||
struct card *nextcard;
|
||||
|
|
|
|||
Loading…
Reference in New Issue