From bf27177e93105fd20852a28b3cdf4b9a6d23f8c7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 28 Oct 2009 15:32:34 -0500 Subject: [PATCH] fix using --- basis/cpu/x86/64/winnt/bootstrap.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/64/winnt/bootstrap.factor b/basis/cpu/x86/64/winnt/bootstrap.factor index 723c9baf37..a9ce6cd324 100644 --- a/basis/cpu/x86/64/winnt/bootstrap.factor +++ b/basis/cpu/x86/64/winnt/bootstrap.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: bootstrap.image.private kernel namespaces system -layouts vocabs sequences cpu.x86.assembler +layouts vocabs sequences cpu.x86.assembler parser cpu.x86.assembler.operands ; IN: bootstrap.x86