diff options
Diffstat (limited to 'gcc/java/jcf-io.c')
-rw-r--r-- | gcc/java/jcf-io.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 8156927..91fe952 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -275,10 +275,8 @@ find_classfile (char *filename, JCF *jcf, const char *dep_name) /* Hash table helper. */ -struct charstar_hash : typed_noop_remove <char> +struct charstar_hash : nofree_ptr_hash <const char> { - typedef const char *value_type; - typedef const char *compare_type; static inline hashval_t hash (const char *candidate); static inline bool equal (const char *existing, const char *candidate); }; |