Add #@ to read back hashed objects.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 10 Feb 1989 23:35:57 +0000 (23:35 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 10 Feb 1989 23:35:57 +0000 (23:35 +0000)
Fix within-continuation and rewrite invocation-method/reentrant to
perform the state space motion after the control throw.

v7/src/runtime/version.scm

index 36fcb0b374aca7e20fc8b87c01b345af5de77c64..72d15ab2c7a68c00a7ba04db8e02a8283812e1b3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.33 1989/02/09 03:48:44 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.34 1989/02/10 23:35:57 jinx Exp $
 
 Copyright (c) 1988 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 33))
+  (add-identification! "Runtime" 14 34))
 
 (define microcode-system)