In libobjc/:
commit5be9cdc112d455a0799a2440b1a52e2b0d23da82
authorNicola Pero <nicola.pero@meta-innovation.com>
Fri, 17 Sep 2010 16:35:15 +0000 (17 16:35 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Fri, 17 Sep 2010 16:35:15 +0000 (17 16:35 +0000)
tree7c97648ea44e24d40bac796f8c61ad41803b5b07
parent0982fd6497be2ef3879b60443b657efad1966835
In libobjc/:

        * objc/hash.h: Moved into objc/deprecated/hash.h; objc/hash.h
        replaced with a placeholder including the file from the
        deprecated/ directory.
        * objc/objc-api.h: Updated includes.
        * objc/typedstream.h: Updated includes.
        * objc-private/hash.h: New file (private copy of hash.h).
        * objc/objc-list.h: Moved into objc/deprecated/objc-list.h;
        objc/objc-list.h replaced with a placeholder including the file
        from the deprecated/ directory.
        * objc-private/objc-list.h: New file (private copy of objc-list.h).
        * init.c: Include objc-private/hash.h and objc-private/objc-list.h
        instead of objc/hash.h and objc/objc-list.h.
        * selector.c: Same change.
        * class.c: Added include <string.h>, which used to be implicitly included
        when hash.h was included.
        * exception.c: Same change.
        * objects.c: Same change.
        * sarray.c: Same change.
        * sendmsg.c: Same change.
        * Makefile.in (OBJC_DEPRECATED_H): Added hash.h and objc-list.h.
        (OBJC_H): Removed hash.h and objc-list.h

From-SVN: r164373
15 files changed:
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/class.c
libobjc/exception.c
libobjc/init.c
libobjc/objc-private/hash.h [copied from libobjc/objc/hash.h with 99% similarity]
libobjc/objc-private/objc-list.h [copied from libobjc/objc/objc-list.h with 100% similarity]
libobjc/objc/deprecated/hash.h [moved from libobjc/objc/hash.h with 99% similarity]
libobjc/objc/deprecated/objc-list.h [moved from libobjc/objc/objc-list.h with 100% similarity]
libobjc/objc/objc-api.h
libobjc/objc/typedstream.h
libobjc/objects.c
libobjc/sarray.c
libobjc/selector.c
libobjc/sendmsg.c