*** empty log message ***

From-SVN: r978
This commit is contained in:
Richard Stallman 1992-05-14 21:01:24 +00:00
parent 52f13eb521
commit 282ea52ada
1 changed files with 4 additions and 0 deletions

View 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 ();