]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.hierarchy: fix (load) word
authorSlava Pestov <slava@shill.local>
Mon, 6 Jul 2009 10:22:01 +0000 (05:22 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 6 Jul 2009 10:22:01 +0000 (05:22 -0500)
basis/vocabs/hierarchy/hierarchy.factor

index b9f9bb2e9b780f866361e7e8c7ebc93766c2abd6..aa3e619660320d69eebf17928544b341acde7bba 100644 (file)
@@ -107,7 +107,7 @@ MEMO: all-vocabs-recursive ( -- assoc )
 PRIVATE>\r
 \r
 : (load) ( prefix -- failures )\r
-    child-vocabs-recursive\r
+    child-vocabs-recursive no-roots no-prefixes\r
     filter-unportable\r
     require-all ;\r
 \r