aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/hash.h
diff options
context:
space:
mode:
authorDavid Ayers <d.ayers@inode.at>2005-03-03 19:25:04 +0100
committerDavid Ayers <ayers@gcc.gnu.org>2005-03-03 18:25:04 +0000
commite59ef5430f91f355a5fe9cff78cd3b2b70399bfc (patch)
tree8df602a1f8bcd6e41fe064fec258a4221b9bd66d /libobjc/objc/hash.h
parent2e8f8105a65e43afae30fda99f22ea149351379c (diff)
downloadgcc-e59ef5430f91f355a5fe9cff78cd3b2b70399bfc.zip
gcc-e59ef5430f91f355a5fe9cff78cd3b2b70399bfc.tar.gz
gcc-e59ef5430f91f355a5fe9cff78cd3b2b70399bfc.tar.bz2
hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference.
2005-03-03 David Ayers <d.ayers@inode.at> * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference. Correct typo. From-SVN: r95840
Diffstat (limited to 'libobjc/objc/hash.h')
-rw-r--r--libobjc/objc/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/hash.h b/libobjc/objc/hash.h
index 48e33d3..e3002c4 100644
--- a/libobjc/objc/hash.h
+++ b/libobjc/objc/hash.h
@@ -208,7 +208,7 @@ objc_compare_strings (const void *k1, const void *k2)
}
#ifndef OBJC_IGNORE_DEPRECATED_API
-/* Deprecated as of 4.1 */
+/* Deprecated as of 4.0 */
static inline cache_ptr
hash_new (unsigned int size,
@@ -305,7 +305,7 @@ compare_strings (const void *k1, const void *k2)
{
return objc_compare_strings (k1, k2);
}
-#endif /* IGNORE_DEPRECATED_API */
+#endif /* OBJC_IGNORE_DEPRECATED_API */
#ifdef __cplusplus