]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/summary/summary.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / summary / summary.factor
index 5da6599c63bc5670155bbaf476349cd92b5cb44d..ea2c19fd6df6198746803128a5a0e9b3c3d434c2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors classes sequences splitting kernel namespaces
-words math math.parser io.styles prettyprint assocs ;
+make words math math.parser io.styles prettyprint assocs ;
 IN: summary
 
 GENERIC: summary ( object -- string )