Fix infinite recursion

release
Slava Pestov 2007-11-26 18:20:10 -05:00
parent a9333780a0
commit 6b3db4f05d
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ M: attrs set-at
M: attrs assoc-size length ;
M: attrs new-assoc drop V{ } new <attrs> ;
M: attrs assoc-find >r delegate r> assoc-find ;
M: attrs >alist delegate >alist ;
: >attrs ( assoc -- attrs )
V{ } assoc-clone-like