From e59ef5430f91f355a5fe9cff78cd3b2b70399bfc Mon Sep 17 00:00:00 2001 From: David Ayers Date: Thu, 3 Mar 2005 19:25:04 +0100 Subject: hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference. 2005-03-03 David Ayers * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference. Correct typo. From-SVN: r95840 --- libobjc/ChangeLog | 5 +++++ libobjc/objc/hash.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index e9da0f5..09cbb75 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-03 David Ayers + + * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated + version reference. Correct typo. + 2005-03-02 David Ayers PR libobjc/19024 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 -- cgit v1.1