diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:36:03 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:36:03 +0000 |
commit | e3190d3de3ceeae84cdcf0b11e93198f50ab9a72 (patch) | |
tree | 063de2743f266ba724f44dd4ee97a98fa5d9c933 /include/ChangeLog | |
parent | 6c13736f64158617d1ddfc3d7103b3566aa513cf (diff) | |
download | gcc-e3190d3de3ceeae84cdcf0b11e93198f50ab9a72.tar.gz |
* hashtab.h (struct htab): Add size_prime_index.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4e26bce3b63..a4bdb6d293d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Richard Henderson <rth@redhat.com> + + * hashtab.h (struct htab): Add size_prime_index. + 2004-04-13 Jeff Law <law@redhat.com> * hashtab.h (htab_remove_elt_with_hash): Prototype new function. |