From: Richard Stallman Date: Tue, 23 Jun 1992 02:30:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=166373540745a00718ee28734330b4be3cfdc82e;p=gcc.git *** empty log message *** From-SVN: r1240 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index 1a44d41605c..7890b9df8e9 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -4051,11 +4051,9 @@ finclude (f, fname, op, system_header_p, dirptr) bufp = basep + st_size; /* May have moved */ } } - fp->buf = (U_CHAR *) alloca (st_size + 2); + fp->buf = basep; fp->bufp = fp->buf; - bcopy (basep, fp->buf, st_size); fp->length = st_size; - free (basep); } /* Close descriptor now, so nesting does not use lots of descriptors. */