lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicating functi...
authorMark Mitchell <mark@codesourcery.com>
Fri, 25 Feb 2000 01:36:03 +0000 (01:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 25 Feb 2000 01:36:03 +0000 (01:36 +0000)
commit574a0ef53cf95e08a80f8e58711e90adfc3834f3
tree2fe743cce5c60c9804689fb64441246f66c1a9d2
parent68723fae698fb8b031395612a75b0bcb905d240b
lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicating functionality here.

* lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
than duplicating functionality here.
* optimize.c: Include input.h.
(expand_call_inline): Use push_srcloc and pop_srcloc.
* parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
* parse.c: Regenerated.
* Makefile.in (lex.o): Depend on input.h.
(optimize.o): Likewise.

From-SVN: r32142
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/lex.c
gcc/cp/optimize.c
gcc/cp/parse.c
gcc/cp/parse.y