Add linum_orig and linesource to commented out *include line
This commit is contained in:
parent
43772de1f9
commit
8d539aa9ba
|
|
@ -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 */
|
/* append `buffer' to the (cc, end) chain of decks */
|
||||||
{
|
{
|
||||||
end = insert_new_line(
|
end = insert_new_line(
|
||||||
end, copy(buffer), line_number, line_number, NULL);
|
end, copy(buffer), line_number, end->linenum_orig, end->linesource);
|
||||||
|
|
||||||
if (!cc)
|
if (!cc)
|
||||||
cc = end;
|
cc = end;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue