]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 14 May 1992 21:01:24 +0000 (21:01 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 14 May 1992 21:01:24 +0000 (21:01 +0000)
From-SVN: r978

gcc/toplev.c

index 9a724283ab3329a445366482d1a8c0c7791478a5..46fdcbcca977c385b6831f8c35d9247536ee6c82 100644 (file)
@@ -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 ();
This page took 0.068028 seconds and 5 git commands to generate.