diff options
Diffstat (limited to 'gcc/pretty-print.h')
-rw-r--r-- | gcc/pretty-print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h index 585b1d5..039058e 100644 --- a/gcc/pretty-print.h +++ b/gcc/pretty-print.h @@ -35,6 +35,7 @@ typedef struct va_list *args_ptr; int err_no; /* for %m */ location_t *locus; + tree *abstract_origin; } text_info; /* How often diagnostics are prefixed by their locations: |