Organize handling of file system errors so that they share a common
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 04:29:03 +0000 (04:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 04:29:03 +0000 (04:29 +0000)
generalization type.

v7/src/runtime/version.scm

index c27fae77a55c7112a30af53397af2fed648ce759..d2d3c341a9ff733a47dbd90ef6fc9633d0abef79 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.39 1989/03/29 02:45:50 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.40 1989/04/05 04:29:03 cph Exp $
 
 Copyright (c) 1988, 1989 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 39))
+  (add-identification! "Runtime" 14 40))
 
 (define microcode-system)