]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/generator/fixup/fixup.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / compiler / generator / fixup / fixup.factor
index 5a3337fb32e8239e3f0429f8ba495bc5d150c3a4..ecc88a7a5e1ba16fe8c53699cea91b9e60299ba0 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays byte-arrays generic assocs hashtables io.binary
-kernel kernel.private math namespaces sequences words
+kernel kernel.private math namespaces make sequences words
 quotations strings alien.accessors alien.strings layouts system
 combinators math.bitwise words.private cpu.architecture
 math.order accessors growable ;