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
|
||||
kernel.private lexer libc locals macros math math.order parser
|
||||
quotations sequences slots slots.private specialized-arrays
|
||||
stack-checker.dependencies summary vectors vocabs vocabs.loader
|
||||
vocabs.parser words ;
|
||||
stack-checker.dependencies summary vectors vocabs.parser words ;
|
||||
FROM: delegate.private => group-words slot-group-words ;
|
||||
QUALIFIED: math
|
||||
IN: classes.struct
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
! Copyright (C) 2008, 2010 Slava Pestov, Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: words sequences kernel combinators cpu.architecture assocs
|
||||
math.bitwise
|
||||
compiler.cfg.hats
|
||||
compiler.cfg.stacks
|
||||
compiler.cfg.instructions
|
||||
|
|
Loading…
Reference in New Issue