Fix more add/add* occurances

db4
Eduardo Cavazos 2008-03-31 20:32:31 -06:00
parent c71a3e05c6
commit 6a2ab73938
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ IN: cocoa.subclassing
r> <method-list> class_addMethods ;
: encode-types ( return types -- encoding )
swap add* [
swap prefix [
alien>objc-types get at "0" append
] map concat ;

View File

@ -40,7 +40,7 @@ unless
: (parse-com-function) ( tokens -- definition )
[ second ]
[ first ]
[ 3 tail 2 group [ first ] map "void*" add* ]
[ 3 tail 2 group [ first ] map "void*" prefix ]
tri
<com-function-definition> ;