discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: porting to GNUstep from OSX


From: Chris B. Vetter
Subject: Re: porting to GNUstep from OSX
Date: Wed, 9 Jul 2003 17:11:18 -0700

On Thu, 10 Jul 2003 01:55:51 +0200
David Ayers <d.ayers@inode.at> wrote:
> Chris B. Vetter wrote:
> >#define class_getClassMethod(aClass, aSelector)  \
> >  ( class_get_class_method((aClass), (aSelector)) )
> Got ya! :-)
[...]
> #define class_getClassMethod (aClass, aSelector) \
>     ( class_get_class_method ((aClass->isa), (aSelector)) )

My bad, you're right...

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]