Commit 282ea52a by Richard Stallman

*** empty log message ***

From-SVN: r978
parent 52f13eb5
...@@ -1360,6 +1360,10 @@ compile_file (name) ...@@ -1360,6 +1360,10 @@ compile_file (name)
if (finput == 0) if (finput == 0)
pfatal_with_name (name); pfatal_with_name (name);
#ifdef IO_BUFFER_SIZE
setvbuf (finput, xmalloc (IO_BUFFER_SIZE), _IOFBF, IO_BUFFER_SIZE);
#endif
/* Initialize data in various passes. */ /* Initialize data in various passes. */
init_obstacks (); init_obstacks ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment