aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2002-10-27 01:00:34 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2002-10-27 01:00:34 +0000
commit45329aca775dd2bba62df6124d1b8c2fa3888f69 (patch)
treeb2f50cc974341962510a6684818b8f8f9cc7386d /include/ChangeLog
parentf416dcd5bf3c2ce399cded62852b585acda4b6f8 (diff)
downloadgcc-45329aca775dd2bba62df6124d1b8c2fa3888f69.zip
gcc-45329aca775dd2bba62df6124d1b8c2fa3888f69.tar.gz
gcc-45329aca775dd2bba62df6124d1b8c2fa3888f69.tar.bz2
partition.h: Close the extern "C" scope when compiling with C++.
* partition.h: Close the extern "C" scope when compiling with C++. * getopt.h: Update copyright year from the previous patch. From-SVN: r58570
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 70942c5..2eaa1fd 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