diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index ddac566..a63121d 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -334,7 +334,7 @@ struct cpp_reader struct lexer_state state; /* Source line tracking. */ - struct line_maps line_maps; + struct line_maps *line_table; const struct line_map *map; fileline line; |