renamed hash_name to firm_hash_name to prevent name_clash to EDG frontend
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Jan 2005 12:46:08 +0000 (12:46 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Jan 2005 12:46:08 +0000 (12:46 +0000)
[r4874]

ir/common/firm.h

index 9b5112c..c5206c8 100644 (file)
@@ -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;