diff options
author | Mike Stump <mrs@apple.com> | 2003-09-19 00:47:53 +0000 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2003-09-18 17:47:53 -0700 |
commit | a1c18b4ac858dcbfa31ecf411c7f44289771765f (patch) | |
tree | a2183791fc216a3c68bff8a23ea55a214359e4d4 /gcc/cpphash.h | |
parent | 7f7de61bdea8b043e97b035a062fba69e22760a2 (diff) | |
download | gcc-a1c18b4ac858dcbfa31ecf411c7f44289771765f.zip gcc-a1c18b4ac858dcbfa31ecf411c7f44289771765f.tar.gz gcc-a1c18b4ac858dcbfa31ecf411c7f44289771765f.tar.bz2 |
c-ppoutput.c (print): Use fileline typedef for field 'line'.
* c-ppoutput.c (print): Use fileline typedef for field 'line'.
(print_line, maybe_print_line, cb_define, cb_undef, cb_include,
cb_ident, cb_def_pragma): Use fileline typedef.
* cpphash.h (struct cpp_reader): Likewise for field out.first_line.
From-SVN: r71554
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 765f6ed..d008155 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -451,7 +451,7 @@ struct cpp_reader uchar *base; uchar *limit; uchar *cur; - unsigned int first_line; + fileline first_line; } out; /* Used to save the original line number during traditional |