diff options
| author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 17:59:14 +0000 |
|---|---|---|
| committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 17:59:14 +0000 |
| commit | 0fbd2a47469850167681fc504db56d4ba1f1105d (patch) | |
| tree | 20d48a962fa9b0476ccec284d69d7ffab4decc6b /libobjc/objc/objc-api.h | |
| parent | 31510e9d8dedeaa4dcd36d1610bdb77d9226e6eb (diff) | |
| download | ppe42-gcc-0fbd2a47469850167681fc504db56d4ba1f1105d.tar.gz ppe42-gcc-0fbd2a47469850167681fc504db56d4ba1f1105d.zip | |
In libobjc/:
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
* Makefile.in (OBJC_H): Removed hash.h and sarray.h.
(OBJC_DEPRECATED_H): Likewise.
* libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add,
objc_hash_remove, objc_hash_next, objc_hash_value_for_key,
objc_hash_is_key_in_hash, hash_add, hash_delete, hash_new,
hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash,
sarray_at_put, sarray_at_put_safe, sarray_free, sarray_lazy_copy,
sarray_new, sarray_realloc, sarray_remove_garbage): Removed.
* objc/sarray.h: Removed.
* objc/hash.h: Removed.
* objc/deprecated/sarray.h: Removed.
* objc/deprecated/hash.h: Removed.
* objc/Object.h: Do not include objc/deprecated/hash.h
* Object.m: Include string.h.
* objc/objc-api.h: Do not include objc/deprecated/hash.h.
* objc-private/common.h (GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF):
Removed.
In gcc/testsuite/:
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/headers.m: Do not include sarray.h and hash.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/objc-api.h')
| -rw-r--r-- | libobjc/objc/objc-api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index 42bec77770f..411f4b2aaea 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -49,9 +49,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* TODO: A deprecation warning any time the file is included ? */ #include "objc.h" -#ifndef GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF -# include "deprecated/hash.h" -#endif #include "thr.h" #include "objc-decls.h" #include <stdio.h> |

