Commit e59ef543 by David Ayers Committed by David Ayers

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
parent 2e8f8105
2005-03-03 David Ayers <d.ayers@inode.at>
* objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
version reference. Correct typo.
2005-03-02 David Ayers <d.ayers@inode.at>
PR libobjc/19024
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment