From: Michael Beck Date: Wed, 12 Jan 2005 12:46:08 +0000 (+0000) Subject: renamed hash_name to firm_hash_name to prevent name_clash to EDG frontend X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9ff89eee94b1d0fc3c09ddd964661e3496edfe7c;p=libfirm renamed hash_name to firm_hash_name to prevent name_clash to EDG frontend [r4874] --- 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;