From: Guillermo J. Rozas Date: Fri, 10 Feb 1989 23:35:57 +0000 (+0000) Subject: Add #@ to read back hashed objects. X-Git-Tag: 20090517-FFI~12276 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ecd0b820c0a28325bdcd1f9b27c34028cf70087d;p=mit-scheme.git Add #@ to read back hashed objects. Fix within-continuation and rewrite invocation-method/reentrant to perform the state space motion after the control throw. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 36fcb0b37..72d15ab2c 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.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)