alien.data: <ref> doesn't need to zero memory.

db4
John Benediktsson 2014-02-27 20:53:54 -08:00
parent e5850f93e0
commit ab5b128192
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ QUALIFIED: math
IN: alien.data
: <ref> ( value c-type -- c-ptr )
[ heap-size <byte-array> ] keep
[ heap-size (byte-array) ] keep
'[ 0 _ set-alien-value ] keep ; inline
: deref ( c-ptr c-type -- value )