From: Arthur Gleckler Date: Tue, 6 Aug 1991 22:14:08 +0000 (+0000) Subject: Debugger improvements to show history for compiled code frames that X-Git-Tag: 20090517-FFI~10398 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d34cb35d51a91979de437798075b8328595adeca;p=mit-scheme.git Debugger improvements to show history for compiled code frames that have it. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 32918fa6f..5b9bbd1c9 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.127 1991/08/06 13:56:05 bal Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.128 1991/08/06 22:14:08 arthur 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 127)) + (add-identification! "Runtime" 14 128)) (define microcode-system)