OSDN Git Service

2005-03-03 David Ayers <d.ayers@inode.at>
authorayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Mar 2005 18:25:04 +0000 (18:25 +0000)
committerayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Mar 2005 18:25:04 +0000 (18:25 +0000)
* objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
version reference.  Correct typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95840 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/objc/hash.h

index e9da0f5..09cbb75 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 48e33d3..e3002c4 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