]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/messages/messages.factor
Fix conflict in libc
[factor.git] / basis / cocoa / messages / messages.factor
index f7d1d2996ff75ed343ba61fcc80b707b569ab563..4bcb6e8bed0f268fc72da5fe84f8cba57612e288 100644 (file)
@@ -208,7 +208,7 @@ ERROR: no-objc-type name ;
     [ 0 <uint> [ class_copyMethodList ] keep *uint ] dip
     over 0 = [ 3drop ] [
         [ <direct-void*-array> ] dip
-        [ each ] [ drop underlying>> (free) ] 2bi
+        [ each ] [ drop (free) ] 2bi
     ] if ; inline
 
 : register-objc-methods ( class -- )