reset-c-type ( word -- )


Vocabulary
alien.parser

Inputs
wordan object


Outputs
None

Definition


: reset-c-type ( word -- )
dup "struct-size" word-prop [
dup
[ forget-class ] [ "struct-size" remove-word-prop ] bi
] when
{ "c-type" "callback-effect" "callback-library" }
remove-word-props ;