diff options
| author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-14 18:28:45 +0000 |
|---|---|---|
| committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-14 18:28:45 +0000 |
| commit | ed26da85e5631cfea3739226f8c0fbfd9ec2e5c8 (patch) | |
| tree | 60489c4e417b408a51b10fe79aaf66b0b4796d7b /include/ChangeLog | |
| parent | d4ea3b1f6e99759a511e8a94f3f4200e30eb82cf (diff) | |
| download | ppe42-gcc-ed26da85e5631cfea3739226f8c0fbfd9ec2e5c8.tar.gz ppe42-gcc-ed26da85e5631cfea3739226f8c0fbfd9ec2e5c8.zip | |
Some cleanups/additions for hashtables
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
| -rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index be7061c6394..e36ba7070a3 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk> + + * hashtab.h (htab_trav): Modify type so that first arg is of type + void **. + (htab_find_with_hash, htab_find_slot_with_hash): Declare new + functions. + 2000-03-09 Alex Samuel <samuel@codesourcery.com> * partition.h: New file. |

