diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 53e50e55d64..db772605f7c 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -265,7 +265,7 @@ struct GTY((for_user)) string_descriptor { tree constructor; }; -struct objc_string_hasher : ggc_hasher<string_descriptor *> +struct objc_string_hasher : ggc_ptr_hash<string_descriptor> { static hashval_t hash (string_descriptor *); static bool equal (string_descriptor *, string_descriptor *); |