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

This reverts commit 01142121511d4b9338c84286d4efdd3c8d5a4665.
db4
John Benediktsson 2014-03-07 11:19:36 -08:00
parent 72453cdc99
commit b0b5e6733d
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 )