Debugger improvements to show history for compiled code frames that
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 6 Aug 1991 22:14:08 +0000 (22:14 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 6 Aug 1991 22:14:08 +0000 (22:14 +0000)
have it.

v7/src/runtime/version.scm

index 32918fa6f1b6d9b8ea77942d24111ec2e2c20c79..5b9bbd1c9c385cc9a7cc795cc56a2f43a184d447 100644 (file)
@@ -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)