From: Stephen Adams Date: Tue, 27 Jun 1995 22:01:57 +0000 (+0000) Subject: Added usual-integrations. X-Git-Tag: 20090517-FFI~6238 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=85aa3cbf87ba5d61ab18def2160c2a4f7dd1df35;p=mit-scheme.git Added usual-integrations. --- diff --git a/v8/src/compiler/midend/graph.scm b/v8/src/compiler/midend/graph.scm index 332cbae24..c5807b4cb 100644 --- a/v8/src/compiler/midend/graph.scm +++ b/v8/src/compiler/midend/graph.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: graph.scm,v 1.2 1994/11/20 00:43:09 jmiller Exp $ +$Id: graph.scm,v 1.3 1995/06/27 22:01:57 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -32,6 +32,8 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. |# +(declare (usual-integrations)) + (load-option 'hash-table) (define make-attribute make-eq-hash-table)