Skip to content
Snippets Groups Projects
Commit b85f0065 authored by ram's avatar ram
Browse files

Fixed inline-syntactic-closure-lambda to actually work with a non-null

environment.
parent 24bb41bc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.80 1992/09/23 16:26:26 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.81 1992/09/29 16:46:46 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -3334,7 +3334,7 @@
nil)
(t
`(lambda-with-environment ,decls ,macros ,symmacs
(rest lambda))))))
. ,(rest lambda))))))
;;; GET-DEFINED-FUNCTION -- Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment