]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fjsc/fjsc.factor
Updating code for make and fry changes
[factor.git] / extra / fjsc / fjsc.factor
index ac3b447f1c13d68d04aeba470f4a4e38a766abf9..c308c94054db8b7860f73a5806a1c3587b71041e 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006 Chris Double. All Rights Reserved.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel peg strings sequences math
-math.parser namespaces words quotations arrays hashtables io
+USING: accessors kernel peg strings sequences math math.parser
+namespaces make words quotations arrays hashtables io
 io.streams.string assocs ascii peg.parsers accessors ;
 IN: fjsc