diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-19 00:47:53 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-19 00:47:53 +0000 |
commit | d2424e5ae1d3fe44dcbbe4e9c3675c49517ef04b (patch) | |
tree | a2183791fc216a3c68bff8a23ea55a214359e4d4 /gcc/cpphash.h | |
parent | 1a6a55f8756025dd33ba026f493e4812f1b007a6 (diff) | |
download | gcc-d2424e5ae1d3fe44dcbbe4e9c3675c49517ef04b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71554 138bc75d-0d04-0410-961f-82ee72b054a4
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 765f6ed569b..d0081557d70 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 |