From 9ff89eee94b1d0fc3c09ddd964661e3496edfe7c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 12 Jan 2005 12:46:08 +0000 Subject: [PATCH] renamed hash_name to firm_hash_name to prevent name_clash to EDG frontend [r4874] --- ir/common/firm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/common/firm.h b/ir/common/firm.h index 9b5112cab..c5206c83c 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -160,7 +160,7 @@ struct _firm_parameter_t { /** * The interface functions for the type identification module. * If not set, the default implementation with compare_strict() and - * hash_name() will be used. + * firm_hash_name() will be used. */ type_identify_if_t *ti_if; -- 2.20.1