diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 9f2961ab07b..faccc6a8bf3 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -498,10 +498,8 @@ struct cpp_reader /* Lexer state. */ struct lexer_state state; - /* The position of the last lexed token, last lexed directive, and - last macro invocation. */ + /* The position of the last lexed token and last lexed directive. */ cpp_lexer_pos lexer_pos; - cpp_lexer_pos macro_pos; cpp_lexer_pos directive_pos; /* Memory pools. */ |