Added dynamic-state-let (in syntax.scm), which is like fluid-let
authorMark Friedman <edu/mit/csail/zurich/markf>
Tue, 3 Jul 1990 19:49:24 +0000 (19:49 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Tue, 3 Jul 1990 19:49:24 +0000 (19:49 +0000)
except that it allows an arbitrary dynamic state space as an argument.

v7/src/runtime/version.scm

index 603de548668e80f503bd65a9ea55a85cb2a80a75..9ec9cf1031435036724e5f5c116373a977dcb070 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.86 1990/06/28 16:35:40 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.87 1990/07/03 19:49:24 markf 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 86))
+  (add-identification! "Runtime" 14 87))
 
 (define microcode-system)