aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-03-14 21:47:50 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-03-14 21:47:50 +0000
commit23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6 (patch)
treef86d032aa7796736ae3b48b9d527b9b116caa900 /gcc/cpphash.h
parent98d2dec7e3268ca0baee90e2d89da4d75fe4c193 (diff)
downloadgcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.zip
gcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.tar.gz
gcc-23345bbbcc8dc9c11168d0fd6b2afb415cb6c4e6.tar.bz2
/home/neil/diffs/include.log
From-SVN: r64373
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 6fc6369..bc0d099 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -332,11 +332,6 @@ struct cpp_reader
/* If in_directive, the directive if known. */
const struct directive *directive;
- /* The next -include-d file; NULL if they all are done. If it
- points to NULL, the last one is in progress, and
- _cpp_maybe_push_include_file has yet to restore the line map. */
- struct pending_option **next_include_file;
-
/* Search paths for include files. */
struct cpp_path *quote_include; /* "" */
struct cpp_path *bracket_include; /* <> */
@@ -368,9 +363,6 @@ struct cpp_reader
for include files. (Altered as we get more of them.) */
unsigned int max_include_len;
- /* Macros on or after this line are warned about if unused. */
- unsigned int first_unused_line;
-
/* Date and time text. Calculated together if either is requested. */
const uchar *date;
const uchar *time;