diff options
Diffstat (limited to 'gcc/cp/lex.c')
| -rw-r--r-- | gcc/cp/lex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 5c09fef..839f34f 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -933,10 +933,10 @@ extract_interface_info () if (flag_alt_external_templates) { - struct tinst_level *til = tinst_for_decl (); + tree til = tinst_for_decl (); if (til) - fileinfo = get_time_identifier (til->file); + fileinfo = get_time_identifier (TINST_FILE (til)); } if (!fileinfo) fileinfo = get_time_identifier (input_filename); |
