diff options
author | Andrew Pinski <apinski@apple.com> | 2004-06-25 04:31:51 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-06-24 21:31:51 -0700 |
commit | 6f0aa5e195d89a7e494e0362596df853762b4dac (patch) | |
tree | 7cd8603cd5e075e1eb7ba55ac5dd364fac92a309 /libobjc/ChangeLog | |
parent | fff34d356a721134207d6545fc134a412af8f885 (diff) | |
download | gcc-6f0aa5e195d89a7e494e0362596df853762b4dac.zip gcc-6f0aa5e195d89a7e494e0362596df853762b4dac.tar.gz gcc-6f0aa5e195d89a7e494e0362596df853762b4dac.tar.bz2 |
encoding.h: Wrap the functions with extern "C" for C++ mode.
2004-06-24 Andrew Pinski <apinski@apple.com>
* objc/encoding.h: Wrap the functions with extern "C" for C++
mode.
* objc/hash.h: Likewise.
* objc/objc-api.h: Likewise.
* objc/objc-list.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/thr.h: Likewise.
* objc/typedstream.h: Likewise.
From-SVN: r83635
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 6196832..3e8c956 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,16 @@ +2004-06-24 Andrew Pinski <apinski@apple.com> + + * objc/encoding.h: Wrap the functions with extern "C" for C++ + mode. + * objc/hash.h: Likewise. + * objc/objc-api.h: Likewise. + * objc/objc-list.h: Likewise. + * objc/runtime.h: Likewise. + * objc/sarray.h: Likewise. + * objc/thr.h: Likewise. + * objc/typedstream.h: Likewise. + + 2004-06-21 Nick Clifton <nickc@redhat.com> * encoding.c (BITS_PER_UNIT): Define if a definition is not |