From: Chris Hanson Date: Wed, 5 Apr 1989 04:29:03 +0000 (+0000) Subject: Organize handling of file system errors so that they share a common X-Git-Tag: 20090517-FFI~12202 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f1867d7f5efd39d4ea259d9294582ba1e213457f;p=mit-scheme.git Organize handling of file system errors so that they share a common generalization type. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index c27fae77a..d2d3c341a 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -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)