]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/roman/roman.factor
Updating code for make and fry changes
[factor.git] / extra / roman / roman.factor
index aefe86328d174aadec413a0693ed84e40f672ee1..dcadb865f9687815626d0815c550062c15f8c189 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (C) 2007 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays assocs kernel math math.order math.vectors namespaces
-quotations sequences sequences.lib sequences.private strings unicode.case ;
+USING: arrays assocs kernel math math.order math.vectors
+namespaces make quotations sequences sequences.lib
+sequences.private strings unicode.case ;
 IN: roman
 
 <PRIVATE