New information in closure dbg blocks to accomodate multiclosures and
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Apr 1990 15:20:05 +0000 (15:20 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Apr 1990 15:20:05 +0000 (15:20 +0000)
make the accessors/mutators architecture independent.

v7/src/runtime/version.scm

index e34d9fb2d94fc73f7994df30f786df62007fb81e..2ed8e385bad4d3e209e0cd21ae95610536844aef 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.79 1990/04/13 14:14:58 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.80 1990/04/21 15:20:05 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 79))
+  (add-identification! "Runtime" 14 80))
 
 (define microcode-system)