diff options
| author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-12 00:27:02 +0000 |
|---|---|---|
| committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-12 00:27:02 +0000 |
| commit | f9c4db38bb3400de0b809ed37f01b2949ea16558 (patch) | |
| tree | 8c826840b836b21623b2673ebb37f3ee7aff55ab /libobjc/objc-private | |
| parent | d6ae08fdf352a4313b066c07df5f7365cf6d2c83 (diff) | |
| download | ppe42-gcc-f9c4db38bb3400de0b809ed37f01b2949ea16558.tar.gz ppe42-gcc-f9c4db38bb3400de0b809ed37f01b2949ea16558.zip | |
In libobjc/:
2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
* selector.c (sel_getName): Return "<null selector>" for a NULL
argument.
(sel_get_name): Return 0 for a NULL argument.
* objc/runtime.h (sel_getName): Updated documentation.
* objc-private/hash.h (class_hash_table): Unused declaration
removed.
(module_hash_table): Same.
* objc/deprecated/hash.h: Same changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165348 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc-private')
| -rw-r--r-- | libobjc/objc-private/hash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libobjc/objc-private/hash.h b/libobjc/objc-private/hash.h index 7c57a4d2589..ba4c4943438 100644 --- a/libobjc/objc-private/hash.h +++ b/libobjc/objc-private/hash.h @@ -104,9 +104,6 @@ typedef struct cache } *cache_ptr; -/* Two important hash tables. */ -extern cache_ptr module_hash_table, class_hash_table; - /* Allocate and initialize a hash table. */ cache_ptr objc_hash_new (unsigned int size, |

