Fix bug: when multiple USUAL-INTEGRATIONS declarations are given, the
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 18:25:22 +0000 (18:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 18:25:22 +0000 (18:25 +0000)
commit219136158593e51aeed149914fd634cf96682253
treec9644fa32bc3626f9bac210c098fdc3ee647c78d
parent5960750343c1a51b9055650b83b6a7ada0fe06ed
Fix bug: when multiple USUAL-INTEGRATIONS declarations are given, the
excluded names should be the union of all of the declarations, but
instead were the intersection.  This situation arises when using
COMPILE-FILE, which forces an additional USUAL-INTEGRATIONS
declarations on each file.
v7/src/sf/make.scm
v7/src/sf/pardec.scm