]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
In libobjc/:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jun 2011 18:37:44 +0000 (18:37 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jun 2011 18:37:44 +0000 (18:37 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174614 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/Makefile.in
libobjc/objc/deprecated/STR.h [deleted file]
libobjc/objc/objc.h

index 4de6621eea5c4ff830bd4f737def7248e63b46e1..e197762cb92bf351bbd24b5636fb7f8c549028d5 100644 (file)
@@ -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.
index a9658061a8fa9f0019847510102df49505bd29f0..e91fff716a10ef76af869f11802bb040b2c219d8 100644 (file)
@@ -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 \
diff --git a/libobjc/objc/deprecated/STR.h b/libobjc/objc/deprecated/STR.h
deleted file mode 100644 (file)
index 17c20e2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Incredibly obsolete.  */
-typedef char *STR;  /* String alias */
index ece0f88410500f66128140dd8efce1631df7daa8..8719269bb35f00c66778d6a896a85d805d7ae12c 100644 (file)
@@ -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