Another try.
authorChris Hanson <org/chris-hanson/cph>
Thu, 6 Jul 1995 22:18:08 +0000 (22:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 6 Jul 1995 22:18:08 +0000 (22:18 +0000)
v7/src/sf/subst.scm

index 15c585c6aac6f7358fe9e706b2f46dea40669d45..e5639fc595452b1336cf15df4a163e264c05dd4b 100644 (file)
@@ -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)