]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/multiline/multiline.factor
Updating code for make and fry changes
[factor.git] / basis / multiline / multiline.factor
index 856b9ad4562c39f687214f1167878ec205862e3c..5969fc0a95dc0a9349bdac8be37a3bdc87074bbd 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: namespaces parser lexer kernel sequences words quotations math
-accessors ;
+USING: namespaces make parser lexer kernel sequences words
+quotations math accessors ;
 IN: multiline
 
 <PRIVATE