aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index c225916..1207f84 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -200,11 +200,6 @@ struct cpp_reader
struct if_stack *if_stack;
- /* Nonzero means we are inside an IF during a -pcp run. In this mode
- macro expansion is done, and preconditions are output for all macro
- uses requiring them. */
- char pcp_inside_if;
-
/* Nonzero means we have printed (while error reporting) a list of
containing files that matches the current status. */
char input_stack_listing_current;
@@ -369,10 +364,6 @@ struct cpp_options {
char lang_fortran;
- /* Nonzero means turn NOTREACHED into #pragma NOTREACHED etc */
-
- char for_lint;
-
/* Nonzero means handle CHILL comment syntax
and output CHILL string delimiter for __DATE___ etc. */