real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.
authorRichard Henderson <rth@redhat.com>
Wed, 18 Sep 2002 21:23:24 +0000 (14:23 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 18 Sep 2002 21:23:24 +0000 (14:23 -0700)
commitc402b6bfbdeb1e95750bff205e441e597f1c47a6
tree810d6d7807031584b5a724dfcc6ac010f2e6afe0
parentdea09b1b95f7de959fa646b6fb353ed2b183abbf
real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.

        * real.c (sticky_rshift_significand): Collect sticky as
        unsigned long, not bool.

From-SVN: r57284
gcc/ChangeLog
gcc/real.c