diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 1891c20..8e91a09 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -5656,6 +5656,7 @@ finclude (pfile, f, fname, system_header_p, dirptr) bsize *= 2; fp->buf = (U_CHAR *) xrealloc (fp->buf, bsize + 2); } + fp->cur = fp->buf; length = st_size; } |