diff options
author | Ziemowit Laski <zlaski@apple.com> | 2004-03-05 21:06:57 +0000 |
---|---|---|
committer | Ziemowit Laski <zlaski@gcc.gnu.org> | 2004-03-05 21:06:57 +0000 |
commit | d5e63fce337455aab205430400bc8794560198e8 (patch) | |
tree | 0178e5ab1f603a42eae35feb51265a55c335bb17 /libobjc/ChangeLog | |
parent | c18b95e5e467a28d54501891b4884851944d9fd1 (diff) | |
download | gcc-d5e63fce337455aab205430400bc8794560198e8.zip gcc-d5e63fce337455aab205430400bc8794560198e8.tar.gz gcc-d5e63fce337455aab205430400bc8794560198e8.tar.bz2 |
hash.h (hash_string, [...]): Add type-casts to make Objective-C++ happy.
2004-03-05 Ziemowit Laski <zlaski@apple.com>
* objc/hash.h (hash_string, compare_strings):
Add type-casts to make Objective-C++ happy.
* objc/typedstream.h (objc_get_stream_class_version):
Rename parameter from 'class' to 'class_name' to make
Objective-C++ happy.
From-SVN: r78986
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 5aca4bc..37300f0 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,11 @@ +2004-03-05 Ziemowit Laski <zlaski@apple.com> + + * objc/hash.h (hash_string, compare_strings): + Add type-casts to make Objective-C++ happy. + * objc/typedstream.h (objc_get_stream_class_version): + Rename parameter from 'class' to 'class_name' to make + Objective-C++ happy. + 2004-03-01 Michael Matz <matz@suse.de> * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing. |