From 3a270618f7c7d49b3f50dccef90d2b1495826203 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 28 Jun 1995 00:05:46 +0000 Subject: [PATCH] Added a (declare (usual-integrations)). --- v8/src/compiler/base/constr.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v8/src/compiler/base/constr.scm b/v8/src/compiler/base/constr.scm index c40d492a0..3a22a9a8f 100644 --- a/v8/src/compiler/base/constr.scm +++ b/v8/src/compiler/base/constr.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/base/constr.scm,v 1.1 1994/11/19 02:02:36 adams Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/base/constr.scm,v 1.2 1995/06/28 00:05:46 adams Exp $ Copyright (c) 1989-91 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)) + ;;; Procedures for managing a set of ordering constraints (define-structure (constraint -- 2.25.1