--- sml/trunk/src/compiler/TopLevel/interact/evalloop.sml 1998/09/07 21:46:44 144 +++ sml/trunk/src/compiler/TopLevel/interact/evalloop.sml 1998/09/07 23:12:37 145 @@ -222,7 +222,7 @@ (OS.IO.kind iod = OS.IO.Kind.tty) | _ => false - val buf = if (buf = "") then NONE else SOME buf +(* val buf = if (buf = "") then NONE else SOME buf *) in (* since getting the reader will have terminated the stream, we need * to build a new stream. *) TextIO.setInstream(f, TextIO.StreamIO.mkInstream(rd, buf));