[Adium-devl] struct objc_method
Andreas Monitzer
soc at monitzer.com
Tue Oct 31 20:22:43 UTC 2006
Hi,
I audited the Adium code base a bit, and noticed the following code
in AIDictionaryDebug.m (I'd post a link to trac if it were abnormal
right now):
struct objc_method
{
SEL method_name;
char * method_types;
IMP method_imp;
};
What does that code do in there? It seems like a very bad idea to
define that in our own code, since it might cause troubles in the
future.
andy
More information about the devel
mailing list