Fix [wlet after recent locals refactoring broke it
parent
c49cbe5d9c
commit
90409502e3
|
@ -346,7 +346,7 @@ SYMBOL: in-lambda?
|
||||||
|
|
||||||
: (parse-wbindings) ( end -- )
|
: (parse-wbindings) ( end -- )
|
||||||
dup parse-binding dup [
|
dup parse-binding dup [
|
||||||
first2 [ make-local-word ] dip 2array ,
|
first2 [ make-local-word ] keep 2array ,
|
||||||
(parse-wbindings)
|
(parse-wbindings)
|
||||||
] [ 2drop ] if ;
|
] [ 2drop ] if ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue