Change MAKE-CMDL to allow the I/O port to be specified as #F, which
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 04:52:50 +0000 (04:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 04:52:50 +0000 (04:52 +0000)
commit52e0292b19f7136bff08c51198ac537044b50d5e
tree950b498ff8aa4d88bdbc0937cd9553e007cb3e4c
parent163435ea62660800ad2174f1c67cad5f06935d89
Change MAKE-CMDL to allow the I/O port to be specified as #F, which
means to inherit from the parent.  Change PUSH-CMDL to use this
specification.  The parent can override this by defining a CHILD-PORT
operation.

Also change CMDL/START to bind the current input and output ports.
v7/src/runtime/rep.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg