Commit 83c28dfd by Nicola Pero Committed by Nicola Pero

In libobjc/:

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

From-SVN: r164217
parent a67189d4
2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com> 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. * archive.c: Removed not needed includes.
* class.c: Same change. * class.c: Same change.
* hash.c: Same change. * hash.c: Same change.
......
...@@ -530,12 +530,6 @@ method_get_imp(Method_t method) ...@@ -530,12 +530,6 @@ method_get_imp(Method_t method)
IMP get_imp (Class _class, SEL sel); 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_copy(id object);
id object_dispose(id object); id object_dispose(id object);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment