From: Richard Stallman Date: Thu, 14 May 1992 21:01:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~12953 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=282ea52ada40ec3efd6e754baf7e5b701538102f;p=gcc.git *** empty log message *** From-SVN: r978 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 9a724283ab33..46fdcbcca977 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1360,6 +1360,10 @@ compile_file (name) if (finput == 0) pfatal_with_name (name); +#ifdef IO_BUFFER_SIZE + setvbuf (finput, xmalloc (IO_BUFFER_SIZE), _IOFBF, IO_BUFFER_SIZE); +#endif + /* Initialize data in various passes. */ init_obstacks ();