Copy over from cs branch:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2003 22:53:22 +0000 (22:53 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2003 22:53:22 +0000 (22:53 +0000)
commita65bda307f50ae2800f2d8f7fc899fb14f4b0361
tree4ae24f4c9ddb5a1cde65438aa13e8e99b3a74c7e
parent243da5deeade8a2cc51b9211ba9ffef9330f5684
Copy over from cs branch:
* cpplib.h (struct cpp_token):  Change type of field line to fileline.
(cpp_error_with_line):  Use fileline for appropriate parameter.
* cpphash.h (struct cpp_macro):  Change type of field line to fileline.
(struct cpp_reader):  Likewise for fields line and directive_line.
(_cpp_begin_message):  Use fileline for appropriate parameter.
* cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
cpp_error):  Use fileline for appropriate parameters and variables.
(print_location):  New local lin, since it is not a fileline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70826 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpperror.c
gcc/cpphash.h
gcc/cpplib.h