Handle EOF on the console input.
authorChris Hanson <org/chris-hanson/cph>
Wed, 18 Jul 1990 20:40:33 +0000 (20:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 18 Jul 1990 20:40:33 +0000 (20:40 +0000)
v7/src/runtime/version.scm

index 924912d8942ad64b3df7e0c4e29c85b3ca697a40..69f9c09d74c386d0d6dd74f46f68078d5372961d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.88 1990/07/16 17:12:56 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.89 1990/07/18 20:40:33 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 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 88))
+  (add-identification! "Runtime" 14 89))
 
 (define microcode-system)