discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Selectors and categories in GNUstep (porting from Cocoa)


From: Nicola Pero
Subject: Re: Selectors and categories in GNUstep (porting from Cocoa)
Date: Thu, 9 May 2002 00:05:37 +0100 (BST)

I wasn't really following the discussion, but then at a quick glance at
your code I noticed this -

>    if (sel == FBQualifierOperatorNotEqual)

hey - you can't compare selectors using == in the GNU runtime, can you ?  
... you need to use sel_eq -

 if (sel_eq (sel, FBQualifierOperatorNotEqual))





reply via email to

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