- Remove without-stepping and stepping-off! from error.scm, but provide
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 8 Sep 1991 02:58:16 +0000 (02:58 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 8 Sep 1991 02:58:16 +0000 (02:58 +0000)
hook/invoke-condition-handler so that they can be installed.

- Make gc statistics align properly.

v7/src/runtime/version.scm

index d078cc7d084034bc62286b8499e7fbd3564667c9..4b8162ff8fa37ca5d056f4865c9dee2008787dfa 100644 (file)
@@ -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)