diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 5ceee5f..1802630 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -5089,7 +5089,7 @@ c_apply_type_quals_to_decl (int type_quals, tree decl) } } -struct c_type_hasher : ggc_hasher<tree> +struct c_type_hasher : ggc_ptr_hash<tree_node> { static hashval_t hash (tree); static bool equal (tree, tree); |