From fe466e07a3174c96509b1fe08bd85912fb8bbc9c Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 8 Sep 1991 02:58:16 +0000 Subject: [PATCH] - Remove without-stepping and stepping-off! from error.scm, but provide hook/invoke-condition-handler so that they can be installed. - Make gc statistics align properly. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index d078cc7d0..4b8162ff8 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.138 1991/09/07 05:30:30 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.139 1991/09/08 02:58:16 jinx Exp $ Copyright (c) 1988-91 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 138)) + (add-identification! "Runtime" 14 139)) (define microcode-system) -- 2.25.1