Commit 4f570b66 by Nicola Pero Committed by Nicola Pero

In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc/objc.h: Do not include deprecated/STR.h.
	* objc/deprecated/STR.h: Removed.
	* Makefile.in (OBJC_DEPRECATED_H): removed STR.h.

From-SVN: r174614
parent 58cd1d70
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/objc.h: Do not include deprecated/STR.h.
* objc/deprecated/STR.h: Removed.
* Makefile.in (OBJC_DEPRECATED_H): removed STR.h.
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
* Makefile.in (OBJC_H): Removed hash.h and sarray.h. * Makefile.in (OBJC_H): Removed hash.h and sarray.h.
(OBJC_DEPRECATED_H): Likewise. (OBJC_DEPRECATED_H): Likewise.
* libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add, * libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add,
......
...@@ -131,7 +131,6 @@ OBJC_DEPRECATED_H = \ ...@@ -131,7 +131,6 @@ OBJC_DEPRECATED_H = \
MetaClass.h \ MetaClass.h \
Object.h \ Object.h \
Protocol.h \ Protocol.h \
STR.h \
objc_get_uninstalled_dtable.h \ objc_get_uninstalled_dtable.h \
objc_malloc.h \ objc_malloc.h \
objc_msg_sendv.h \ objc_msg_sendv.h \
......
/* Incredibly obsolete. */
typedef char *STR; /* String alias */
...@@ -125,8 +125,6 @@ typedef id (*IMP)(id, SEL, ...); ...@@ -125,8 +125,6 @@ typedef id (*IMP)(id, SEL, ...);
compiler to do some type-checking. */ compiler to do some type-checking. */
#define Nil (Class)0 #define Nil (Class)0
#include "deprecated/STR.h"
/* TODO: Move the 'Protocol' declaration into objc/runtime.h. A /* TODO: Move the 'Protocol' declaration into objc/runtime.h. A
Protocol is simply an object, not a basic Objective-C type. The Protocol is simply an object, not a basic Objective-C type. The
Apple runtime defines Protocol in objc/runtime.h too, so it's good Apple runtime defines Protocol in objc/runtime.h too, so it's good
......
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