Fix bootstrap
parent
fedadc8032
commit
a222168f74
|
@ -1,11 +1,11 @@
|
||||||
! Copyright (C) 2006, 2008 Slava Pestov.
|
! Copyright (C) 2006, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien alien.c-types alien.strings arrays assocs
|
USING: accessors alien alien.c-types alien.strings arrays assocs
|
||||||
combinators compiler kernel math namespaces make parser
|
combinators compiler compiler.alien kernel math namespaces make
|
||||||
prettyprint prettyprint.sections quotations sequences strings
|
parser prettyprint prettyprint.sections quotations sequences
|
||||||
words cocoa.runtime io macros memoize debugger
|
strings words cocoa.runtime io macros memoize debugger
|
||||||
io.encodings.ascii effects compiler.generator libc libc.private
|
io.encodings.ascii effects libc libc.private parser lexer init
|
||||||
parser lexer init core-foundation ;
|
core-foundation ;
|
||||||
IN: cocoa.messages
|
IN: cocoa.messages
|
||||||
|
|
||||||
: make-sender ( method function -- quot )
|
: make-sender ( method function -- quot )
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.files io words alien kernel math.parser alien.syntax
|
USING: io.files io words alien kernel math.parser alien.syntax
|
||||||
io.launcher system assocs arrays sequences namespaces make
|
io.launcher system assocs arrays sequences namespaces make
|
||||||
qualified system math compiler.generator.fixup
|
qualified system math compiler.codegen.fixup
|
||||||
io.encodings.ascii accessors generic tr ;
|
io.encodings.ascii accessors generic tr ;
|
||||||
IN: tools.disassembler
|
IN: tools.disassembler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue