From: Chris Hanson Date: Tue, 16 Feb 1999 19:49:13 +0000 (+0000) Subject: Export MAKE-PORT. X-Git-Tag: 20090517-FFI~4623 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c47c34be3bf5e01747244fbdd8e5e00cb8e7e951;p=mit-scheme.git Export MAKE-PORT. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 0205a13be..ded79f0f5 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.312 1999/02/16 19:44:12 cph Exp $ +$Id: runtime.pkg,v 14.313 1999/02/16 19:49:07 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -1114,6 +1114,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. make-input-port-type make-output-port make-output-port-type + make-port notification-output-port output-port-type? output-port/channel diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index e6278a3d4..1bf746ad6 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.317 1999/02/16 19:43:54 cph Exp $ +$Id: runtime.pkg,v 14.318 1999/02/16 19:49:13 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -1118,6 +1118,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. make-input-port-type make-output-port make-output-port-type + make-port notification-output-port output-port-type? output-port/channel