Manuel Guesdon wrote:
> On Sun, 30 Dec 2001 12:24:21 +0100 (CET) Manuel Guesdon <[EMAIL PROTECTED]> wrote:
>
> >| In NSObject.m GSGetValue() doesn't support method which doesn't return a value.
> >| Here is the part of the code:
> >| if (type == NULL)
> >| {
> >| return [self handleQueryWithUnboundKey: key];
> >| }
>
> Sorry, the missing part is:
> case _C_VOID:
> {
> void (*imp)(id, SEL) =
> (void (*)(id, SEL))[self methodForSelector: sel];
>
> (*imp)(self, sel);
> }
> val = nil;
> break;
>
I added this.
--
Adam Fedor, Digital Optics | I'm glad I hate spinach, because
http://www.doc.com | if I didn't, I'd eat it, and you
http://www.gnustep.org | know how I hate the stuff.
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep