In libobjc/:

* objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.

From-SVN: r164217
This commit is contained in:
Nicola Pero 2010-09-11 21:08:25 +00:00 committed by Nicola Pero
parent a67189d490
commit 83c28dfd5c
2 changed files with 4 additions and 6 deletions

View File

@ -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.

View File

@ -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);