summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 07:30:25 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 07:30:25 +0000
commit0b60628c82420c707b03666a0659ef0e1a6fc8ff (patch)
tree4302b34cfa658453c0f2005d1fc2b74f7da47536 /gcc/cpplib.h
parente15686f1682b76749419c51f0846d2c319089ebe (diff)
downloadppe42-gcc-0b60628c82420c707b03666a0659ef0e1a6fc8ff.tar.gz
ppe42-gcc-0b60628c82420c707b03666a0659ef0e1a6fc8ff.zip
* cpperror.c: Remove #ifdef EMACS block.
* cppmain.c: Likewise. * cpphash.c: Remove #if 0 blocks. * cppinit.c: Remove #if 0 blocks, and the -lint option. * cpplib.c: Remove #if 0 blocks and code referencing pcp_inside_if or for_lint. Remove duplicate error message. Fix error messages for #else after #else or #elif. Reformat. Remove archaic TODO list. * cpplib.h: Remove pcp_inside_if and for_lint flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31817 138bc75d-0d04-0410-961f-82ee72b054a4
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 c225916adf8..1207f84511b 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. */
OpenPOWER on IntegriCloud