dlists: fix compile error

db4
Doug Coleman 2011-11-02 21:56:06 -07:00
parent f71187c775
commit 86c35999f9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ M: dlist equal?
[ front>> ] bi@
[ 2dup dlist-nodes= ]
[ [ next>> ] bi@ ] while
2array or not
or not
] [
2drop f
] if ;