gnustep-dev
[Top][All Lists]
Advanced

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

GDL2 EOFault.m patch to fix -[EOFault forward::] on MacOS 10.4


From: Tim McIntosh
Subject: GDL2 EOFault.m patch to fix -[EOFault forward::] on MacOS 10.4
Date: Thu, 6 Mar 2008 00:48:36 -0600

Hi All,

Is this patch too evil, or can we do something like this?

It allows -[EOFault forward::] to work on MacOS 10.4, gets rid of some code duplicated from NSObject.m,  and allows the following unimplemented methods to be deleted from GSCategories.h and GSCompatibility.m in base:

// Used only in EOFault.m, -[EOFault forward::], for Object compatibility
@interface NSInvocation(GSCompatibility)
- (retval_t) returnFrame:(arglist_t)args;
- (id) initWithArgframe:(arglist_t)args selector:(SEL)selector;
@end

-Tim



Attachment: EOFault.m.diff
Description: Binary data


reply via email to

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