Change (CMDL/OUTPUT-PORT (NEAREST-CMDL)) to (NEAREST-CMDL/PORT).
authorChris Hanson <org/chris-hanson/cph>
Tue, 26 Nov 1991 06:43:48 +0000 (06:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 26 Nov 1991 06:43:48 +0000 (06:43 +0000)
v7/src/runtime/gcnote.scm

index feec303d7926e67b1f8fc1230a88f5ec3b66972a..b7c01af06f6db55d39c781f2be1e4a8b64461156 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gcnote.scm,v 14.8 1991/09/08 02:31:35 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/gcnote.scm,v 14.9 1991/11/26 06:43:48 cph Exp $
 
-Copyright (c) 1988-1991 Massachusetts Institute of Technology
+Copyright (c) 1988-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -51,7 +51,7 @@ MIT in each case. |#
     (thunk)))
 
 (define (gc-notification statistic)
-  (with-output-to-port (cmdl/output-port (nearest-cmdl))
+  (with-output-to-port (nearest-cmdl/port)
     (lambda ()
       (print-statistic statistic))))