dlists: fix compile error
parent
f71187c775
commit
86c35999f9
|
@ -49,7 +49,7 @@ M: dlist equal?
|
||||||
[ front>> ] bi@
|
[ front>> ] bi@
|
||||||
[ 2dup dlist-nodes= ]
|
[ 2dup dlist-nodes= ]
|
||||||
[ [ next>> ] bi@ ] while
|
[ [ next>> ] bi@ ] while
|
||||||
2array or not
|
or not
|
||||||
] [
|
] [
|
||||||
2drop f
|
2drop f
|
||||||
] if ;
|
] if ;
|
||||||
|
|
Loading…
Reference in New Issue