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

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to