OSDN Git Service

In libobjc/:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 2010 01:43:02 +0000 (01:43 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 2010 01:43:02 +0000 (01:43 +0000)
2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc/Object.h: Include deprecated/typedstream.h and
deprecated/hash.h instead of typedstream.h.  Updated comments.

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

libobjc/ChangeLog
libobjc/objc/Object.h

index dd07690..b551ea4 100644 (file)
@@ -1,5 +1,10 @@
 2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>
 
+       * objc/Object.h: Include deprecated/typedstream.h and
+       deprecated/hash.h instead of typedstream.h.  Updated comments.
+
+2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>
+
        * Makefile.in (OBJC_DEPRECATED_H): Added objc_msg_sendv.h.
        * objc/deprecated/objc_msg_sendv.h: New.
        * objc/message.h: Do not define retval_t, apply_t, arglist,
index 379e906..f036b76 100644 (file)
@@ -27,7 +27,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define __object_INCLUDE_GNU
 
 #include "objc.h"
-#include "typedstream.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -56,6 +55,10 @@ extern "C" {
 - (BOOL)isEqual: (id)anObject;
 @end
 
+/* All of the following includes were deprecated in GCC 4.6 and will
+   be removed in the next release.  */
+#include "deprecated/hash.h"
+#include "deprecated/typedstream.h"
 #include "deprecated/Object.h"
 
 #ifdef __cplusplus