*** empty log message ***

From-SVN: r1240
This commit is contained in:
Richard Stallman 1992-06-23 02:30:27 +00:00
parent 1ddde1cde5
commit 1663735407

View File

@ -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. */