Extend REPLACE-OPERATOR declaration to allow it to work on a
authorChris Hanson <org/chris-hanson/cph>
Wed, 1 Sep 1993 00:10:47 +0000 (00:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 1 Sep 1993 00:10:47 +0000 (00:10 +0000)
commit497929ef5a8805174c08aee378d8f0412a400010
tree068439b173f9b26637e37ed88ab858e7a39a2e22
parentdc82ea05dc92d4ac110aaffbe697986a9b695d19
Extend REPLACE-OPERATOR declaration to allow it to work on a
combination whose operator is a primitive procedure.  In order to do
this, it was necessary to extend the COMBINATION datatype to include a
BLOCK object; this change affected quite a few files.
v7/src/sf/copy.scm
v7/src/sf/make.scm
v7/src/sf/object.scm
v7/src/sf/pardec.scm
v7/src/sf/reduct.scm
v7/src/sf/subst.scm
v7/src/sf/toplev.scm
v7/src/sf/usiexp.scm
v7/src/sf/xform.scm
v8/src/sf/make.scm
v8/src/sf/toplev.scm