From: Chris Hanson Date: Thu, 6 Jul 1995 22:18:08 +0000 (+0000) Subject: Another try. X-Git-Tag: 20090517-FFI~6202 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bc4196211401542528d68725b2e5973cbcff2283;p=mit-scheme.git Another try. --- diff --git a/v7/src/sf/subst.scm b/v7/src/sf/subst.scm index 15c585c6a..e5639fc59 100644 --- a/v7/src/sf/subst.scm +++ b/v7/src/sf/subst.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: subst.scm,v 4.13 1995/07/06 22:07:49 cph Exp $ +$Id: subst.scm,v 4.14 1995/07/06 22:18:08 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -982,7 +982,7 @@ forms are simply removed. ((and (procedure? operator) (block/safe? (procedure/block operator)) - (null? (declaration-set/declarations + (null? (declarations/original (block/declarations (procedure/block operator)))) (for-all? (procedure/optional operator) variable/integrated)