Export MAKE-PORT.
authorChris Hanson <org/chris-hanson/cph>
Tue, 16 Feb 1999 19:49:13 +0000 (19:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 16 Feb 1999 19:49:13 +0000 (19:49 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 0205a13bec1fb1c0b52506075c6ddd46e069048b..ded79f0f575d2174d757b56d6945f2523fad9da0 100644 (file)
@@ -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
index e6278a3d4e45eef796376376bda45ab5214db01e..1bf746ad62e654b7fa906cb7e19f6fd371948374 100644 (file)
@@ -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