]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/messages/messages.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / cocoa / messages / messages.factor
index 4814a36e48beeba763efba1f82e183160529d472..63cbe0224e213cb86749cace70752d17c6b6d05f 100644 (file)
@@ -223,7 +223,7 @@ ERROR: no-objc-type name ;
     (free) ;
 
 : method-arg-types ( method -- args )
-    dup method_getNumberOfArguments iota
+    dup method_getNumberOfArguments <iota>
     [ method-arg-type ] with map ;
 
 : method-return-type ( method -- ctype )