]> git.ipfire.org Git - thirdparty/gcc.git/commit - libobjc/objc-private/sarray.h
In libobjc/:
authorNicola Pero <nicola.pero@meta-innovation.com>
Sat, 18 Sep 2010 09:34:58 +0000 (09:34 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sat, 18 Sep 2010 09:34:58 +0000 (09:34 +0000)
commit5d3b14bd9ac79db3f2b957752b41bd0641f49829
tree91d9ff8ffcfeb22b2c75ae8a683cb8b8e0b961c1
parentfc99f7809e92e922356761380539cf4c388f48b8
In libobjc/:

        * hash.c: Include objc-private/hash.h instead of objc/hash.h.

        * objc/sarray.h: Moved into objc/deprecated/sarray.h;
        objc/sarray.h replaced with a placeholder including the file from
        the deprecated/ directory.
        * objc-private/sarray.h: New file (private copy of sarray.h).
        * hash.c: Include <assert.h> instead of "assert.h"
        * sarray.c: Include <assert.h> instead of "assert.h".  Include
        objc-private/sarray.h instead of objc/sarray.h.
        * selector.c: Include objc-private/sarray.h instead of
        objc/sarray.h.
        * sendmsg.c: Include <assert.h>.  Include objc-private/sarray.h
        instead of objc/sarray.h.
        * Makefile.in (OBJC_DEPRECATED_H): Added sarray.h.

From-SVN: r164389
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/hash.c
libobjc/objc-private/sarray.h [new file with mode: 0644]
libobjc/objc/deprecated/sarray.h [new file with mode: 0644]
libobjc/objc/sarray.h
libobjc/sarray.c
libobjc/selector.c
libobjc/sendmsg.c