Missing argument in call to scode/combination-components.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 24 Aug 1987 20:37:11 +0000 (20:37 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 24 Aug 1987 20:37:11 +0000 (20:37 +0000)
v7/src/compiler/base/pmerly.scm

index 162d5894ee000b6b5263bbff3c75cb3eaf1aaa6c..faa4b19e5b07c85900cfa01a0abdfdd45bc2bdf3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/pmerly.scm,v 1.4 1987/08/24 19:45:33 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/pmerly.scm,v 1.5 1987/08/24 20:37:11 jinx Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -656,10 +656,9 @@ MIT in each case. |#
    values))
 
 (define (scode/let-components lcomb receiver)
-  (scode/combination-components
+  (scode/combination-components lcomb
    (lambda (operator values)
-     (scode/lambda-components
-      operator
+     (scode/lambda-components operator
       (lambda (tag names opt rest aux decls body)
        (receiver names values decls body))))))                              
 \f