From ecd0b820c0a28325bdcd1f9b27c34028cf70087d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 10 Feb 1989 23:35:57 +0000 Subject: [PATCH] Add #@ to read back hashed objects. Fix within-continuation and rewrite invocation-method/reentrant to perform the state space motion after the control throw. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1