fix port-filename without readline to match the docs
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Mar 2011 19:53:13 +0000 (20:53 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Mar 2011 19:53:13 +0000 (20:53 +0100)
commitbfb85df7084e26a276142cdc62315a85c7a0ba20
tree532a25e30af0cd724a7ebeb92592395021ef87a2
parent06fc34c23f2c6987ba1dc8cbf5a084ff24a83e53
fix port-filename without readline to match the docs

* libguile/init.c (stream_body, scm_standard_stream_to_port): Don't name
  stdin, stdout, and stderr -- at least not as strings.  That confuses
  any code which tries to treat port-filename as a real filename, like
  the syntax expander, or the `load' procedure/macro.  Also this
  behavior matches the docs now.
libguile/init.c