Add linum_orig and linesource to commented out *include line

This commit is contained in:
Holger Vogt 2024-04-26 17:08:37 +02:00
parent 43772de1f9
commit 8d539aa9ba
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@ static struct inp_read_t inp_read(FILE* fp, int call_depth, const char* dir_name
/* append `buffer' to the (cc, end) chain of decks */
{
end = insert_new_line(
end, copy(buffer), line_number, line_number, NULL);
end, copy(buffer), line_number, end->linenum_orig, end->linesource);
if (!cc)
cc = end;