]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/arrays/arrays.factor
FFI rewrite part 5: return value boxing and callback parameter boxing now uses vregs...
[factor.git] / basis / alien / arrays / arrays.factor
index a58549627cce7148f596c3ad64550a0279c7db3a..42e40483f6789a79a014058421e6e16ad440ccc1 100644 (file)
@@ -24,8 +24,6 @@ M: array c-type-align-first first c-type-align-first ;
 
 M: array base-type drop void* base-type ;
 
-M: array stack-size drop void* stack-size ;
-
 PREDICATE: string-type < pair
     first2 [ c-string = ] [ word? ] bi* and ;
 
@@ -43,8 +41,6 @@ M: string-type c-type-align-first drop void* c-type-align-first ;
 
 M: string-type base-type drop void* base-type ;
 
-M: string-type stack-size drop void* stack-size ;
-
 M: string-type c-type-rep drop int-rep ;
 
 M: string-type c-type-boxer-quot