aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cpplib.c1
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;
}