repl.scm next-char needed to read EOF from port
authorAndy Wingo <wingo@pobox.com>
Sun, 3 Oct 2010 21:08:27 +0000 (23:08 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Oct 2010 21:08:27 +0000 (23:08 +0200)
commit6e1dccc42f9ec81e04524ccc0956c692ee423576
tree1b0aa1ff1795d68ca2f2a7b85b9f37007ad0ff64
parentf16a20071dcb55e1362a5b21c63e98b3b4101364
repl.scm next-char needed to read EOF from port

* module/system/repl/repl.scm (next-char): Actually read off the EOF if
  we got one. Interesting, this.
module/system/repl/repl.scm