From: Chris Hanson Date: Fri, 4 Mar 1994 21:43:44 +0000 (+0000) Subject: Load hash tables. X-Git-Tag: 20090517-FFI~7267 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e88937ab57477a38fc0243162e4b6153a55edbda;p=mit-scheme.git Load hash tables. --- diff --git a/v7/src/edwin/edwin.ldr b/v7/src/edwin/edwin.ldr index b8764312e..61437e369 100644 --- a/v7/src/edwin/edwin.ldr +++ b/v7/src/edwin/edwin.ldr @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: edwin.ldr,v 1.46 1993/10/05 22:57:50 cph Exp $ +$Id: edwin.ldr,v 1.47 1994/03/04 21:43:44 cph Exp $ -Copyright (c) 1989-1993 Massachusetts Institute of Technology +Copyright (c) 1989-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -83,6 +83,7 @@ MIT in each case. |# (load-option 'KRYPT) (load-option 'SUBPROCESS))) (load-option 'RB-TREE) + (load-option 'HASH-TABLE) (let ((environment (->environment '(EDWIN)))) (load "utils" environment)