From a77a049ea6415c437fbd0eed10fd455500241d84 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 12 Feb 2003 15:53:33 +0000 Subject: [PATCH] *** empty log message *** [r761] --- ir/adt/set.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ir/adt/set.h b/ir/adt/set.h index 96fbdd32a..29d4c12a6 100644 --- a/ir/adt/set.h +++ b/ir/adt/set.h @@ -41,6 +41,11 @@ typedef struct set_entry { * * @return * 0 if the elements are identically, non-zero else + * + * @note + * Although it is possible to define different meanings for equality of two + * elements of a sets, they can be only equal if there sizes are + * equal. This is checked before the compare function is called. */ typedef int (*set_cmp_fun) (const void *elt, const void *key, size_t size); -- 2.20.1