From c47c34be3bf5e01747244fbdd8e5e00cb8e7e951 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 16 Feb 1999 19:49:13 +0000 Subject: [PATCH] Export MAKE-PORT. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.25.1