http://d.puremagic.com/issues/show_bug.cgi?id=983
------- Comment #4 from afb at algonet.se 2007-03-09 02:04 -------
You mean it would be better to make it an inline function ?
CFStringRef CFSTR(char *cStr)
{
return __builtin___CFStringMakeConstantString(cStr);
}
Just for type safety, or was there some other reason too ?
--