[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))
- Selectors and categories in GNUstep (porting from Cocoa), Andreas Hoeschler, 2002/05/08
- RE: Selectors and categories in GNUstep (porting from Cocoa), Mondragon, Ian, 2002/05/08
- RE: Selectors and categories in GNUstep (porting from Cocoa), Mondragon, Ian, 2002/05/08
- RE: Selectors and categories in GNUstep (porting from Cocoa), Mondragon, Ian, 2002/05/09
- Fwd: Selectors and categories in GNUstep (porting from Cocoa), Richard Frith-Macdonald, 2002/05/09
- RE: Selectors and categories in GNUstep (porting from Cocoa), Mondragon, Ian, 2002/05/09