(finclude): Set current input pointer when input is not a regular
file. From-SVN: r10549
This commit is contained in:
parent
f6176c6487
commit
a5827481f4
@ -5656,6 +5656,7 @@ finclude (pfile, f, fname, system_header_p, dirptr)
|
|||||||
bsize *= 2;
|
bsize *= 2;
|
||||||
fp->buf = (U_CHAR *) xrealloc (fp->buf, bsize + 2);
|
fp->buf = (U_CHAR *) xrealloc (fp->buf, bsize + 2);
|
||||||
}
|
}
|
||||||
|
fp->cur = fp->buf;
|
||||||
length = st_size;
|
length = st_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user