Fix stack effect

db4
Slava Pestov 2008-07-08 14:23:27 -05:00
parent a950924a18
commit ed788fa49c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ M: long-long-type box-return ( type -- )
: c-bool> ( int -- ? )
zero? not ;
: >c-array ( seq type word -- )
: >c-array ( seq type word -- byte-array )
[ [ dup length ] dip <c-array> ] dip
[ [ execute ] 2curry each-index ] 2keep drop ; inline