diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-06 08:42:06 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2002-06-06 08:42:06 -0400 |
commit | 917ccc05a69cd748b18e122e6ff985af45a2d894 (patch) | |
tree | ee2a78db8c92aa4f9b99a630b4cf4c3a85a087d6 /include/ChangeLog | |
parent | 0c7aeb8801580c7c4c495ab0ad509ae645eb6a40 (diff) | |
download | gcc-917ccc05a69cd748b18e122e6ff985af45a2d894.zip gcc-917ccc05a69cd748b18e122e6ff985af45a2d894.tar.gz gcc-917ccc05a69cd748b18e122e6ff985af45a2d894.tar.bz2 |
hashtab.h (htab): Rearrange new members for backward compatibility.
* hashtab.h (htab): Rearrange new members for backward
compatibility.
(htab_create): Don't use a macro that requires other headers.
From-SVN: r54316
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 7b1dc5a..661e89a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2002-06-06 DJ Delorie <dj@redhat.com> + + * hashtab.h (htab): Rearrange new members for backward + compatibility. + (htab_create): Don't use a macro that requires other headers. + 2002-06-05 Geoffrey Keating <geoffk@redhat.com> * hashtab.h (htab_create): Restore prototype for backward |