Fixes the symptom but not the problem. See bug #201.
parent
f979adcb24
commit
3826febfae
|
@ -8,8 +8,7 @@ combinators combinators.smart cpu.architecture fry
|
||||||
functors.backend generalizations generic.parser kernel
|
functors.backend generalizations generic.parser kernel
|
||||||
kernel.private lexer libc locals macros math math.order parser
|
kernel.private lexer libc locals macros math math.order parser
|
||||||
quotations sequences slots slots.private specialized-arrays
|
quotations sequences slots slots.private specialized-arrays
|
||||||
stack-checker.dependencies summary vectors vocabs vocabs.loader
|
stack-checker.dependencies summary vectors vocabs.parser words ;
|
||||||
vocabs.parser words ;
|
|
||||||
FROM: delegate.private => group-words slot-group-words ;
|
FROM: delegate.private => group-words slot-group-words ;
|
||||||
QUALIFIED: math
|
QUALIFIED: math
|
||||||
IN: classes.struct
|
IN: classes.struct
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
! Copyright (C) 2008, 2010 Slava Pestov, Doug Coleman.
|
! Copyright (C) 2008, 2010 Slava Pestov, Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: words sequences kernel combinators cpu.architecture assocs
|
USING: words sequences kernel combinators cpu.architecture assocs
|
||||||
|
math.bitwise
|
||||||
compiler.cfg.hats
|
compiler.cfg.hats
|
||||||
compiler.cfg.stacks
|
compiler.cfg.stacks
|
||||||
compiler.cfg.instructions
|
compiler.cfg.instructions
|
||||||
|
|
Loading…
Reference in New Issue