From: Götz Lindenmaier Date: Fri, 5 Sep 2003 13:56:39 +0000 (+0000) Subject: proposal for new code X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=384e05b9747f2e079810bc173fff9dbfc1bec7a5;p=libfirm proposal for new code [r1803] --- diff --git a/ir/ident/ident.h b/ir/ident/ident.h index 99703159f..56c5b4e19 100644 --- a/ir/ident/ident.h +++ b/ir/ident/ident.h @@ -112,6 +112,16 @@ int id_is_prefix (ident *prefix, ident *id); */ int id_is_suffix (ident *suffix, ident *id); +/** + * Returns true if infix is a contained in id. (Can be suffix or prefix) + * + * @param infix - the infix + * @param id - the ident to search in + * + * @see new_get_id_str(), id_from_str(), get_id_str(), id_is_prefix() + */ +//int id_contains(ident *infix, ident *id); + /** * Return true if an ident contains a given character. *