diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 1ba4282..5409e07 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -131,9 +131,6 @@ struct lexer_state all directives apart from #define. */ unsigned char save_comments; - /* If nonzero the next token is at the beginning of the line. */ - unsigned char next_bol; - /* Nonzero if we're mid-comment. */ unsigned char lexing_comment; @@ -219,10 +216,6 @@ struct cpp_buffer /* 1 = system header file, 2 = C system header file used for C++. */ unsigned char sysp; - /* Nonzero means we have printed (while error reporting) a list of - containing files that matches the current status. */ - unsigned char include_stack_listed; - /* Nonzero means that the directory to start searching for "" include files has been calculated and stored in "dir" below. */ unsigned char search_cached; |