Re: [Pyobjc-dev] GNUstep.
Brought to you by:
ronaldoussoren
From: Mirko V. <mi...@ob...> - 2003-01-04 17:51:43
|
Ronald Oussoren <ous...@ci...> ha scritto: > Sure, especially given the name-clash your having. I've renamed > objc_error to ObjCExc_error. Ok, thanks. I've modified some things in class-builder.m (see attach) but as you can see the source loose readability. How to proceed ? I think we can use a rename Method and IVar to something different and use a typedef for gnu/next. I've implemented a couple of missing runtime function in objc_support.m but how to do with the one with different names ? (ie class_get_instance_method/class_getInstanceMethod) Use the GNU_RUNTIME switch or a function wrapper ? -- Ciao Mirko |