Fix type error

db4
Slava Pestov 2008-07-05 23:07:11 -05:00
parent 9256e31d66
commit 476e143fdb
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ stack-params "__stack_value" c-type set-c-type-reg-class >>
: struct-types&offset ( struct-type -- pairs )
struct-type-fields [
[ type>> ] [ offset>> ] bi 2array
[ class>> ] [ offset>> ] bi 2array
] map ;
: split-struct ( pairs -- seq )