In libobjc/:
* objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP. From-SVN: r164217
This commit is contained in:
parent
a67189d490
commit
83c28dfd5c
2 changed files with 4 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.
|
||||
|
||||
2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* archive.c: Removed not needed includes.
|
||||
|
|
|
@ -530,12 +530,6 @@ method_get_imp(Method_t method)
|
|||
|
||||
IMP get_imp (Class _class, SEL sel);
|
||||
|
||||
/* Redefine on NeXTSTEP so as not to conflict with system function */
|
||||
#ifdef __NeXT__
|
||||
#define object_copy gnu_object_copy
|
||||
#define object_dispose gnu_object_dispose
|
||||
#endif
|
||||
|
||||
id object_copy(id object);
|
||||
|
||||
id object_dispose(id object);
|
||||
|
|
Loading…
Add table
Reference in a new issue