diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-18 09:34:58 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-18 09:34:58 +0000 |
commit | 54d533d306f88b283ef8a412b04358db4f54f00e (patch) | |
tree | 91d9ff8ffcfeb22b2c75ae8a683cb8b8e0b961c1 /libobjc/selector.c | |
parent | 779871ac4aa150e56adb4556dcf17459368b3178 (diff) | |
download | gcc-54d533d306f88b283ef8a412b04358db4f54f00e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/selector.c')
-rw-r--r-- | libobjc/selector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/selector.c b/libobjc/selector.c index 2eaabfeb343..10b7ab63dad 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc-private/hash.h" #include "objc-private/objc-list.h" #include "objc-private/runtime.h" -#include "objc/sarray.h" +#include "objc-private/sarray.h" #include "objc/encoding.h" /* Initial selector hash table size. Value doesn't matter much */ |