Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-07-16 15:14:04 -05:00
commit 6282e55f28
1 changed files with 2 additions and 4 deletions

View File

@ -332,10 +332,8 @@ M: paragraph stream-format
GENERIC: sloppy-pick-up* ( loc gadget -- n )
M: pack sloppy-pick-up*
dup gadget-orientation
swap gadget-children
(fast-children-on) ;
M: pack sloppy-pick-up* ( loc gadget -- n )
[ orientation>> ] [ children>> ] bi (fast-children-on) ;
M: gadget sloppy-pick-up*
gadget-children [ inside? ] with find-last drop ;