diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 01:00:34 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 01:00:34 +0000 |
commit | 45b1e9e31409f69acdc9df45c77a2afae79e9696 (patch) | |
tree | b2f50cc974341962510a6684818b8f8f9cc7386d /include/ChangeLog | |
parent | 4a1587e6f52fb79d2128ff78d6566a9bfd4bdcad (diff) | |
download | gcc-45b1e9e31409f69acdc9df45c77a2afae79e9696.tar.gz |
* partition.h: Close the extern "C" scope when compiling with C++.
* getopt.h: Update copyright year from the previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 70942c51168..2eaa1fd2d69 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,8 @@ 2002-10-26 Roger Sayle <roger@eyesopen.com> + + * partition.h: Close the extern "C" scope when compiling with C++. + +2002-10-26 Roger Sayle <roger@eyesopen.com> DJ Delorie <dj@redhat.com> PR bootstrap/8351 |