]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/messages/messages.factor
Merge remote branch 'origin/native-image-loader' into gtk-image-loader
[factor.git] / basis / cocoa / messages / messages.factor
index 4b2c2f2a33cecbc8a5441c8f4cecf567356017f0..b607682e761f4756b10bb8d1762c68d58f9915e4 100644 (file)
@@ -216,7 +216,7 @@ ERROR: no-objc-type name ;
     objc-methods get set-at ;
 
 : each-method-in-class ( class quot -- )
-    [ { uint } [ class_copyMethodList ] [ ] with-out-parameters ] dip
+    [ { uint } [ class_copyMethodList ] with-out-parameters ] dip
     over 0 = [ 3drop ] [
         [ <direct-void*-array> ] dip
         [ each ] [ drop (free) ] 2bi