From e6f6cd5d93cc8e7723e117c2cffe86a7edbe3645 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 3 Nov 2008 06:40:14 -0600 Subject: [PATCH] Fix USING: -- you can now make ppc images, they just don't work yet --- basis/cpu/ppc/bootstrap.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/ppc/bootstrap.factor b/basis/cpu/ppc/bootstrap.factor index a0a13c989e..99bcfae92a 100644 --- a/basis/cpu/ppc/bootstrap.factor +++ b/basis/cpu/ppc/bootstrap.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: bootstrap.image.private kernel kernel.private namespaces -system cpu.ppc.assembler compiler.generator.fixup compiler.units +system cpu.ppc.assembler compiler.codegen.fixup compiler.units compiler.constants math math.private layouts words words.private vocabs slots.private ; IN: bootstrap.ppc