]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/ffi/ffi.factor
use reject instead of [ ... not ] filter.
[factor.git] / basis / gobject-introspection / ffi / ffi.factor
index badd24e19fd000f98e151b1326893ba5a5ad9575..0735b582414bc5f5691c33307f97f8a6b07b04f2 100644 (file)
@@ -323,7 +323,7 @@ M: array-type field-type>c-type type>c-type ;
 : def-classes ( classes -- ) [ def-class ] each ;
 
 : def-boxeds ( boxeds -- )
-    [ find-existing-boxed-type not ] filter
+    [ find-existing-boxed-type ] reject
     [ def-boxed-type ] each ;
 
 : def-records ( records -- )