Fixes the symptom but not the problem. See bug #201.

db4
Doug Coleman 2011-09-26 17:21:51 -07:00
parent f979adcb24
commit 3826febfae
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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