]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/printer/printer.factor
extra: fix using
[factor.git] / extra / smalltalk / printer / printer.factor
index ce153d840b4ab699125b4379eb59146cd4500dfd..3ff4ea0c32f101670b802cd1aeede4daa2591763 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays byte-arrays kernel make math
-math.parser prettyprint sequences smalltalk.ast strings ;
+math.parser prettyprint sequences smalltalk.ast strings
+splitting ;
 IN: smalltalk.printer
 
 GENERIC: smalltalk>string ( object -- string )