Some fixes for KNR compilers:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 6 Jun 1998 09:25:16 +0000 (09:25 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 6 Jun 1998 09:25:16 +0000 (09:25 +0000)
commit83e0821b6037a62cc8b865bfb89e8c4011ecbc96
tree5254ed03752711c180fe7b0b7997af811aeffd2b
parent8db79477cd5af63639b2440fceb76f74afb8b969
Some fixes for KNR compilers:

        * gencheck.c: Remove redundant stdio.h include.  Add a definition
        of xmalloc for when we are forced to link with alloca.o.
        * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
        instead of `1U'.
        * fold-const.c (constant_boolean_node): Make definition static to
        match the prototype.

From-SVN: r20261
gcc/ChangeLog
gcc/fold-const.c
gcc/gencheck.c
gcc/reload1.c