Code that walked LAMBDA body was being too strict -- body should allow
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Apr 1995 08:34:25 +0000 (08:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Apr 1995 08:34:25 +0000 (08:34 +0000)
definitions and expressions to be interspersed.

v7/src/runtime/illdef.scm

index 661308ddfdcfd95cec20e12cd9e8472e0441bf64..46a45b549c18f4063c7729b8d7c6a4178ef99449 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: illdef.scm,v 1.2 1995/04/14 08:21:32 cph Exp $
+$Id: illdef.scm,v 1.3 1995/04/14 08:34:25 cph Exp $
 
 Copyright (c) 1991-95 Massachusetts Institute of Technology
 
@@ -68,6 +68,7 @@ MIT in each case. |#
   (walk/expression expression 'ILLEGAL))
 
 (define (walk/lambda expression context)
+  context
   (let loop
       ((expressions
        (sequence-actions