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

This reverts commit f9a714b48fc1700431b61f7f1968893d2b2b3ee7.
db4
John Benediktsson 2014-03-07 09:46:13 -08:00
parent 39b13b6736
commit 985faa7ec7
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 )