]> gitweb.factorcode.org Git - factor.git/commitdiff
fix build errors
authorJoe Groff <arcata@gmail.com>
Thu, 29 Oct 2009 00:28:16 +0000 (19:28 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 29 Oct 2009 00:28:16 +0000 (19:28 -0500)
basis/cpu/x86/64/winnt/bootstrap.factor
basis/opengl/debug/debug.factor

index a9ce6cd3248a999225a666e2a62ba706a01e0b1d..2e3944fcaf10177c88e8158b02fff2388b8356cb 100644 (file)
@@ -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 parser
+layouts vocabs parser sequences cpu.x86.assembler parser
 cpu.x86.assembler.operands ;
 IN: bootstrap.x86
 
index cd0985b1b03fe0bd9c32b1e3e7917d5af9025ab9..0662a9c08ae87d115beb2901fa5442f19b109329 100644 (file)
@@ -1,5 +1,5 @@
 ! (c)2009 Joe Groff bsd license
-USING: accessors kernel namespaces parser tools.continuations
+USING: accessors kernel namespaces parser sequences tools.continuations
 ui.backend ui.gadgets.worlds words ;
 IN: opengl.debug