Add `flush-output' operation to file output ports. This change
authorChris Hanson <org/chris-hanson/cph>
Sat, 12 Nov 1988 09:21:08 +0000 (09:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 12 Nov 1988 09:21:08 +0000 (09:21 +0000)
requires microcode 10.63 or later.

v7/src/runtime/version.scm

index 1401442bd25ed3151bd44413f82b2380b324a9df..b091ab40d55194bf9c39ed23bb70ab2e4aace12d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.28 1988/11/08 06:56:06 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.29 1988/11/12 09:21:08 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 28))
+  (add-identification! "Runtime" 14 29))
 
 (define microcode-system)