Add 'linesource', to contain the path/file of the origin of the line.
This commit is contained in:
parent
2ac12df93b
commit
da3d51ce9a
|
|
@ -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