diff options
Diffstat (limited to 'gcc/line-map.h')
-rw-r--r-- | gcc/line-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/line-map.h b/gcc/line-map.h index c57f51a..ae1fbdb 100644 --- a/gcc/line-map.h +++ b/gcc/line-map.h @@ -61,6 +61,8 @@ struct line_maps unsigned int allocated; unsigned int used; + unsigned int cache; + /* The most recently listed include stack, if any, starts with LAST_LISTED as the topmost including file. -1 indicates nothing has been listed yet. */ |