]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/reader/reader.factor
Updating code for make and fry changes
[factor.git] / basis / json / reader / reader.factor
index e21b1292e3141e7833e86fe117e2d54ecc035e1c..dd1ab8d5d8e1354b8065e62f662913a2ee05edac 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel parser-combinators namespaces sequences promises strings 
+USING: kernel parser-combinators namespaces make sequences promises strings 
        assocs math math.parser math.vectors math.functions math.order
        lists hashtables ascii accessors ;
 IN: json.reader