diff options
author | Richard Henderson <rth@redhat.com> | 1999-07-14 17:32:02 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-07-14 17:32:02 +0000 |
commit | 35ca97eacf6fe7a2660974c6018a4e1452e8ff32 (patch) | |
tree | 5d6a216cae81d6a4361fd90bdf7680f631034159 /libiberty/ChangeLog | |
parent | c235b8f82492cf91a63e4d0d506b926eb2ef2c28 (diff) | |
download | gdb-35ca97eacf6fe7a2660974c6018a4e1452e8ff32.zip gdb-35ca97eacf6fe7a2660974c6018a4e1452e8ff32.tar.gz gdb-35ca97eacf6fe7a2660974c6018a4e1452e8ff32.tar.bz2 |
* argv.c: Include stdlib.h and string.h instead of
prototyping directly.
* choose-temp.c: Conditionally include string.h.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index eb9aec2..9248429 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +1999-07-14 Richard Henderson <rth@cygnus.com> + + * argv.c: Include stdlib.h and string.h instead of + prototyping directly. + * choose-temp.c: Conditionally include string.h. + 1999-07-11 Ian Lance Taylor <ian@zembu.com> * splay-tree.c (splay_tree_insert): Add initialization to avoid |