c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Wed, 30 Apr 2003 20:27:26 +0000 (20:27 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 30 Apr 2003 20:27:26 +0000 (20:27 +0000)
commitfba020b13418f091ecf6c673bf8faa5baf047f02
tree379a6535d65c97f1ccf60de8250a6ea627641520
parent1dcfc9d1fa3f3ba7de21349fde5e83b5435dd4b4
c-common.c (if_elt): Use location_t in lieu of "file, line" pair.

        * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
        (c_expand_start_cond): Adjust.
        (c_expand_end_cond): Don't use warning_with_file_and_file.
        (shadow_warning): Likewise.

From-SVN: r66304
gcc/ChangeLog
gcc/c-common.c