]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/backend/backend.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / prettyprint / backend / backend.factor
index c2fd94e5cfa3ce4ed3a7b4d90710a249c2b914c6..f8445c7783a8193363d5e5d8a132dc0c684457d7 100755 (executable)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2003, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays byte-arrays byte-vectors generic
-hashtables io assocs kernel math namespaces sequences strings
-sbufs io.styles vectors words prettyprint.config
+hashtables io assocs kernel math namespaces make sequences
+strings sbufs io.styles vectors words prettyprint.config
 prettyprint.sections quotations io io.files math.parser effects
 classes.tuple math.order classes.tuple.private classes
 combinators colors ;