fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 17 Feb 1998 22:43:25 +0000 (22:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 17 Feb 1998 22:43:25 +0000 (15:43 -0700)
commit2fde567ecee0858733c5cd0d28fceefb1906e9d3
treed3290a539a2b4027e3efb2bb476e13cdc995d8e7
parent0a7ed33c8703824a9f97178adc8c4f58352d2008
fold-const.c: Include "system.h" to get stdlib.h and stdio.h.

        * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
        (lshift_double): Add parentheses around + or - inside shift.
        (rshift_double): Likewise.
        (size_int_wide): Explicitly set type of `bit_p' to `int'.
        * Makefile.in (fold-const.o): Depend on system.h.

From-SVN: r18057
gcc/ChangeLog
gcc/Makefile.in
gcc/fold-const.c