(finclude): Set current input pointer when input is not a regular

file.

From-SVN: r10549
This commit is contained in:
Richard Kenner 1995-11-04 10:44:33 -05:00
parent f6176c6487
commit a5827481f4

View File

@ -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;
} }