diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 00:54:50 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 00:54:50 +0000 |
commit | 4a1587e6f52fb79d2128ff78d6566a9bfd4bdcad (patch) | |
tree | 5e3ada24f03a30ad8a8fc940a03f7dda5731d22f /include/ChangeLog | |
parent | 47a2de94fde874a46705dcca42c192cce2b13bb0 (diff) | |
download | gcc-4a1587e6f52fb79d2128ff78d6566a9bfd4bdcad.tar.gz |
PR bootstrap/8351
* getopt.h: Avoid prototyping getopt with no arguments in C++.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58569 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 424b99790dc..70942c51168 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2002-10-26 Roger Sayle <roger@eyesopen.com> + DJ Delorie <dj@redhat.com> + + PR bootstrap/8351 + * getopt.h: Avoid prototyping getopt with no arguments in C++. + 2002-10-24 Nathan Tallent <eraxxon@alumni.rice.edu> * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the |