From 85aa3cbf87ba5d61ab18def2160c2a4f7dd1df35 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 27 Jun 1995 22:01:57 +0000 Subject: [PATCH] Added usual-integrations. --- v8/src/compiler/midend/graph.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.25.1