Copy over from cs branch:
authorPer Bothner <pbothner@apple.com>
Tue, 26 Aug 2003 22:53:22 +0000 (22:53 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 26 Aug 2003 22:53:22 +0000 (15:53 -0700)
commitdc3786d833bc642b1d7e481eb947c1247eebf6d9
tree4ae24f4c9ddb5a1cde65438aa13e8e99b3a74c7e
parenta85993787b6d4270ae5447eed498168a1c37642b
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.

From-SVN: r70826
gcc/ChangeLog
gcc/cpperror.c
gcc/cpphash.h
gcc/cpplib.h