]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/arrays/arrays.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / alien / arrays / arrays.factor
index 42e40483f6789a79a014058421e6e16ad440ccc1..c020feaa76ec5242eef93e0b4de5eee3464556a5 100644 (file)
@@ -56,6 +56,9 @@ M: string-type c-type-unboxer-quot
 M: string-type c-type-getter
     drop [ alien-cell ] ;
 
+M: string-type c-type-copier
+    drop [ ] ;
+
 M: string-type c-type-setter
     drop [ set-alien-cell ] ;