diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index b1d0325..1abeb57 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -261,6 +261,7 @@ struct cpp_reader /* The position of the last lexed token and last lexed directive. */ cpp_lexer_pos lexer_pos; cpp_lexer_pos directive_pos; + unsigned int directive_line; /* Memory pools. */ cpp_pool ident_pool; /* For all identifiers, and permanent |