]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/messages/messages.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / cocoa / messages / messages.factor
index 029b3f46e6150a4ed41fe96b7d709dc030afa1d0..4d786aaf720f68b395b510e2a516b9513443db46 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