]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Sun, 19 Dec 2010 01:43:02 +0000 (01:43 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sun, 19 Dec 2010 01:43:02 +0000 (01:43 +0000)
In libobjc/:
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.

From-SVN: r168043

libobjc/ChangeLog
libobjc/objc/Object.h

index dd0769029c8208fac23e56f2f8ef18d128d944b1..b551ea4f92f956e582dba968f5068752c61ea838 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 379e906455ae620bbb286b478cc7398b81f4a9a8..f036b76b9a2cf5a3dd994a5d5c859e84bd48701e 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