Fix load error; with-locals no longer exists

db4
Slava Pestov 2008-05-09 20:18:59 -05:00
parent 3f0640457c
commit 95e22f6d8e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ PRIVATE>
: convert-lambda ( s-exp -- quot )
split-lambda dup "&rest" swap member? [ rest-lambda-vars ] [ dup length ] if
[ localize-lambda <lambda> ] dip
[ , cut [ dup length firstn ] dip dup empty? [ drop ] when , with-locals ] bake ;
[ , cut [ dup length firstn ] dip dup empty? [ drop ] when , ] bake ;
: convert-quoted ( s-exp -- quot )
second [ , ] bake ;