From: Guillermo J. Rozas Date: Fri, 16 Aug 1991 15:42:30 +0000 (+0000) Subject: New (runtime hash) module supports multiple hash tables. X-Git-Tag: 20090517-FFI~10355 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e5eb5370da82617090aa14b141a209de9c9d1181;p=mit-scheme.git New (runtime hash) module supports multiple hash tables. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index c152cd5f9..68abe0f47 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.132 1991/08/16 01:21:21 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.133 1991/08/16 15:42:30 jinx Exp $ Copyright (c) 1988-91 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 132)) + (add-identification! "Runtime" 14 133)) (define microcode-system)