toplev.c (notice, fnotice): Check ANSI_PROTOTYPES...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 29 Jan 1999 12:10:52 +0000 (12:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 29 Jan 1999 12:10:52 +0000 (12:10 +0000)
commit96df87b8f6828d819eee23414505ec2735074985
tree929cd2bac5789b1d08a7d2c81ceb2b000acd406d
parent1c5d09e4af5c154cea90ff98610c15b70f6ba606
toplev.c (notice, fnotice): Check ANSI_PROTOTYPES...

        * toplev.c (notice, fnotice): Check ANSI_PROTOTYPES, not __STDC__,
        when declaring arguments and calling va_arg() to initialize them.
        * collect2.c (notice): Likewise.
        * loop.c (find_life_end): Use PROTO() macro in the prototype.

From-SVN: r24905
gcc/ChangeLog
gcc/collect2.c
gcc/loop.c
gcc/toplev.c