From 3f3dbf7bc8d51117c001210eddceb816e1fe8a28 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 9 Aug 1988 19:59:12 +0000 Subject: [PATCH] Do not perform automagic integrations by default. This optimization caused a bug in the runtime system version 13.108 where event distributors ignored the internal `receivers' binding and used the empty list instead. --- v7/src/sf/subst.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/sf/subst.scm b/v7/src/sf/subst.scm index 0b73fe8bc..eed448bad 100644 --- a/v7/src/sf/subst.scm +++ b/v7/src/sf/subst.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/subst.scm,v 4.1 1988/06/13 12:30:15 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/subst.scm,v 4.2 1988/08/09 19:59:12 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -105,7 +105,7 @@ MIT in each case. |# ;;;; Lookup -(define *eager-integration-switch #t) +(define *eager-integration-switch #f) (define-method/integrate 'REFERENCE (lambda (operations environment expression) -- 2.25.1