diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-21 18:53:38 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-21 18:53:38 -0700 |
commit | d7a0e799d357c10f8fb0312c34b9176c026ca7d9 (patch) | |
tree | bf5b9228672cc34590f534ae9519ec22238e8b14 /include/ChangeLog | |
parent | 830a47ec5e570f36aeee837b24c37caa56cb9da8 (diff) | |
download | gcc-d7a0e799d357c10f8fb0312c34b9176c026ca7d9.zip gcc-d7a0e799d357c10f8fb0312c34b9176c026ca7d9.tar.gz gcc-d7a0e799d357c10f8fb0312c34b9176c026ca7d9.tar.bz2 |
fibheap.h: Tidy formatting.
* fibheap.h: Tidy formatting.
(fibnode_t): Limit degree to 31 bits to avoid warning.
From-SVN: r45088
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b47b728..98beacb 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2001-08-21 Richard Henderson <rth@redhat.com> + + * fibheap.h: Tidy formatting. + (fibnode_t): Limit degree to 31 bits to avoid warning. + 2001-08-20 Andrew Cagney <ac131313@redhat.com> * floatformat.h (floatformat_arm_ext): Document as deprecated. |