spew.c (struct uinparsed_test): Replace 'filename' and 'lineno' members with 'locus'.
authorGabriel Dos Reis <gdr@nerim.net>
Sat, 20 Jul 2002 12:45:45 +0000 (12:45 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sat, 20 Jul 2002 12:45:45 +0000 (12:45 +0000)
commit7a5611426087b57133689d61bb4717f9c82f02b2
treeebd6b620d9bb852bb4446d7075d7290fc2722386
parent3d1fc12974737e18ecaadc71ee9ee84c3f443bc0
spew.c (struct uinparsed_test): Replace 'filename' and 'lineno' members with 'locus'.

        * spew.c (struct uinparsed_test): Replace 'filename' and 'lineno'
        members with 'locus'.  Adjust use throughout.
        (struct feed):  Likewise.
        (alloc_unparsed_test): Change prototype, take a 'const location_t *'.
        Adjust use.
        (snarf_defarg): Use error(), not error_with_file_and_line().

From-SVN: r55610
gcc/cp/ChangeLog
gcc/cp/spew.c