]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/assembler/backend/backend.factor
Updating code for make and fry changes
[factor.git] / basis / cpu / ppc / assembler / backend / backend.factor
index b881f5a974ee096e1c19b47326a7edd090526966..1b442662d57c9d19380880d977733a541853201f 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: compiler.generator.fixup kernel namespaces sequences
+USING: compiler.generator.fixup kernel namespaces make sequences
 words math math.bitwise io.binary parser lexer ;
 IN: cpu.ppc.assembler.backend