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
This commit is contained in:
parent
58cd1d70dd
commit
4f570b66f1
4 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -131,7 +131,6 @@ OBJC_DEPRECATED_H = \
|
|||
MetaClass.h \
|
||||
Object.h \
|
||||
Protocol.h \
|
||||
STR.h \
|
||||
objc_get_uninstalled_dtable.h \
|
||||
objc_malloc.h \
|
||||
objc_msg_sendv.h \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
/* Incredibly obsolete. */
|
||||
typedef char *STR; /* String alias */
|
|
@ -125,8 +125,6 @@ typedef id (*IMP)(id, SEL, ...);
|
|||
compiler to do some type-checking. */
|
||||
#define Nil (Class)0
|
||||
|
||||
#include "deprecated/STR.h"
|
||||
|
||||
/* TODO: Move the 'Protocol' declaration into objc/runtime.h. A
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue