]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/messages/messages.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / cocoa / messages / messages.factor
index 76b77721ffe1ca60aeec4b3b55c66ff5153fa096..2569c391d1462372e82962485a7022264a865db6 100644 (file)
@@ -110,7 +110,7 @@ H{
     { "d" c:double }
     { "B" c:bool }
     { "v" c:void }
-    { "*" c:char* }
+    { "*" c:c-string }
     { "?" unknown_type }
     { "@" id }
     { "#" Class }