vocabs.hierarchy: fix (load) word

db4
Slava Pestov 2009-07-06 05:22:01 -05:00
parent 2fd6db9331
commit d56e818beb
1 changed files with 1 additions and 1 deletions
basis/vocabs/hierarchy

View File

@ -107,7 +107,7 @@ MEMO: all-vocabs-recursive ( -- assoc )
PRIVATE>
: (load) ( prefix -- failures )
child-vocabs-recursive
child-vocabs-recursive no-roots no-prefixes
filter-unportable
require-all ;