diff options
author | Ian Lance Taylor <iant@google.com> | 2009-06-01 05:47:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2009-06-01 05:47:20 +0000 |
commit | 75afccba060cc990398ffa0741aca68232ac6f56 (patch) | |
tree | 3b2a132932c7507b3015e25cfed307df6d200eca /include/ChangeLog | |
parent | 6863c0f0d1b5341d517571a00f511170296fb305 (diff) | |
download | gcc-75afccba060cc990398ffa0741aca68232ac6f56.tar.gz |
ansidecl.h: Add extern "C" when compiling with C++.
* ansidecl.h: Add extern "C" when compiling with C++. Treat C++
the way we treat an ISO C compiler. Don't define inline as a
macdro when compiling with C++.
* dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
when compiling with C++.
* fibheap.h: Add extern "C" when compiling with C++.
From-SVN: r148032
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a6cf609fe19..273b59c2a18 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,12 @@ +2009-05-31 Ian Lance Taylor <iant@google.com> + + * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ + the way we treat an ISO C compiler. Don't define inline as a + macdro when compiling with C++. + * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" + when compiling with C++. + * fibheap.h: Add extern "C" when compiling with C++. + 2009-04-22 Taras Glek <tglek@mozilla.com> * hashtab.h: Update GTY annotations to new syntax. |