summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-27 01:00:34 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-27 01:00:34 +0000
commit45b1e9e31409f69acdc9df45c77a2afae79e9696 (patch)
treeb2f50cc974341962510a6684818b8f8f9cc7386d /include/ChangeLog
parent4a1587e6f52fb79d2128ff78d6566a9bfd4bdcad (diff)
downloadgcc-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/ChangeLog4
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