]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/leaf/leaf.factor
Updating code for make and fry changes
[factor.git] / basis / persistent / hashtables / nodes / leaf / leaf.factor
index 7fa4cfe40162ff037da8ab5be835389b7c2c1e8c..3419e8387fc9bb748063b183a81f05fc4230ed21 100644 (file)
@@ -1,6 +1,6 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
-USING: kernel accessors locals math arrays namespaces
+USING: kernel accessors locals math arrays namespaces make
 persistent.hashtables.config
 persistent.hashtables.nodes ;
 IN: persistent.hashtables.nodes.leaf