hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference.
authorDavid Ayers <d.ayers@inode.at>
Thu, 3 Mar 2005 18:25:04 +0000 (19:25 +0100)
committerDavid Ayers <ayers@gcc.gnu.org>
Thu, 3 Mar 2005 18:25:04 +0000 (18:25 +0000)
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

libobjc/ChangeLog
libobjc/objc/hash.h

index e9da0f5cc1deadf5720e14ba3a9c942a406fcde5..09cbb7556ed63d5b72a36d59dd887367c7fe3516 100644 (file)
@@ -1,3 +1,8 @@
+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
index 48e33d37593f4422ba2cb29bad4ecc066479148f..e3002c4539af67c14f07dd9fd133abdb350db35d 100644 (file)
@@ -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