cocoa.messages: return cocoa char* values as void* instead of c-string

db4
Joe Groff 2010-06-27 12:42:14 -07:00
parent 05faf6919b
commit e433b16b42
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ H{
{ "d" c:double }
{ "B" c:bool }
{ "v" c:void }
{ "*" c:c-string }
{ "*" c:void* }
{ "?" unknown_type }
{ "@" id }
{ "#" Class }