summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-14 21:47:50 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-14 21:47:50 +0000
commitb717e1619365c61b87f5e3ebe26f58676263fc57 (patch)
treef86d032aa7796736ae3b48b9d527b9b116caa900 /gcc/cpphash.h
parent525e21251d95df8dd7b4e5552ccc4fcda731a878 (diff)
downloadgcc-b717e1619365c61b87f5e3ebe26f58676263fc57.tar.gz
/home/neil/diffs/include.log
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64373 138bc75d-0d04-0410-961f-82ee72b054a4
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 6fc6369f793..bc0d099599b 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;