diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-22 04:24:05 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-22 04:24:05 +0000 |
commit | 618089a9116c8468f1c944de4338e815cbb6bf1c (patch) | |
tree | f669c8bbed1e11567b9e03eb7a743d23884a85c2 /libiberty/ChangeLog | |
parent | ee1b5c4320dad2abea05838d6e6cef3c1e3529b3 (diff) | |
download | gcc-618089a9116c8468f1c944de4338e815cbb6bf1c.tar.gz |
* getopt.c: Include "ansidecl.h".
(_getopt_initialize): Mark argc and argv parameters as unused.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102271 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9509f89953d..2ab94a2cc22 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,10 @@ 2005-07-22 Ben Elliston <bje@gnu.org> + * getopt.c: Include "ansidecl.h". + (_getopt_initialize): Mark argc and argv parameters as unused. + +2005-07-22 Ben Elliston <bje@gnu.org> + * regex.c (regcomp): Change type of `i' from unsigned to int. 2005-07-22 Ben Elliston <bje@gnu.org> |