]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/generator/generator.factor
Updating code for make and fry changes
[factor.git] / basis / xml / generator / generator.factor
index 0de1692e007bee7acf06e6ebfb1ebc759337fcbb..24da501265a309d3c97234e68688f516503cb0fc 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2006, 2007 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: namespaces kernel xml.data xml.utilities assocs sequences ;
+USING: namespaces make kernel xml.data xml.utilities assocs
+sequences ;
 IN: xml.generator
 
 : comment, ( string -- ) <comment> , ;