diff options
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r-- | gcc/lto-streamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index d8978c9ec59..8ff5bf57c78 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -605,6 +605,8 @@ struct GTY(()) lto_file_decl_data htab_t GTY((skip)) renaming_hash_table; }; +typedef struct lto_file_decl_data *lto_file_decl_data_ptr; + struct lto_char_ptr_base { char *ptr; |