From: Guillermo J. Rozas Date: Wed, 3 Oct 1990 21:54:30 +0000 (+0000) Subject: Update handler for error COMPILED-CODE-ERROR, and add handler for X-Git-Tag: 20090517-FFI~11152 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3994cfd31ec0b666367737e05d53affc9a133d8c;p=mit-scheme.git Update handler for error COMPILED-CODE-ERROR, and add handler for return code COMPILER-ERROR-RESTART. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 19476de29..74292f52a 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.97 1990/10/02 22:45:01 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.98 1990/10/03 21:54:30 jinx 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 97)) + (add-identification! "Runtime" 14 98)) (define microcode-system)