diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-11-03 20:55:25 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-11-03 20:55:25 +0000 |
commit | e0f3df8f1ed27d071960ecdbe318e158133a1c8d (patch) | |
tree | ab98871c9d5d2de4083a239cabacdfdd0b0e37b1 /libiberty/ChangeLog | |
parent | 6f7297887943b0f40f2043a525b8b52edab75e7a (diff) | |
download | gdb-e0f3df8f1ed27d071960ecdbe318e158133a1c8d.zip gdb-e0f3df8f1ed27d071960ecdbe318e158133a1c8d.tar.gz gdb-e0f3df8f1ed27d071960ecdbe318e158133a1c8d.tar.bz2 |
* hashtab.c: Change void * to PTR where necessary.
(htab_create, htab_expand): Correct formatting of comment before
function.
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 7957660..7a3fbdb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2000-11-03 Hans-Peter Nilsson <hp@bitrange.com> + + * hashtab.c: Change void * to PTR where necessary. + (htab_create, htab_expand): Correct formatting of comment before + function. + 2000-10-23 Alex Samuel <samuel@codesourcery.com> * cp-demangle.c (string_list_def): Add caret_position and comments. |