]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/architecture/architecture.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / cpu / x86 / architecture / architecture.factor
index 69bc685364d18994aeb1ab330810e44ba273a39f..13524aecc4084a03490522f734af73436ac51235 100755 (executable)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.c-types arrays cpu.x86.assembler
 cpu.x86.assembler.private cpu.architecture kernel kernel.private
-math memory namespaces sequences words compiler.generator
+math memory namespaces make sequences words compiler.generator
 compiler.generator.registers compiler.generator.fixup system
 layouts combinators compiler.constants math.order ;
 IN: cpu.x86.architecture