alien.data: need to mark ">c-array" inline.

db4
John Benediktsson 2011-09-26 13:34:42 -07:00
parent 86923107db
commit f9986bb446
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ M: pointer c-array?
GENERIC: >c-array ( seq c-type -- array )
M: word >c-array
c-array-type new clone-like ;
c-array-type new clone-like ; inline
M: pointer >c-array
drop void* >c-array ;