* lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 01:36:03 +0000 (01:36 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 01:36:03 +0000 (01:36 +0000)
commit6cb10b66038a87ee4efb80df9d6e98d618cbc586
tree2fe743cce5c60c9804689fb64441246f66c1a9d2
parent25c66e490c9e3b685c7c75d63987998ce0eab993
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32142 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/lex.c
gcc/cp/optimize.c
gcc/cp/parse.c
gcc/cp/parse.y