X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_list_templ.h;h=893f9d91d4c8e04f443f45d084651f516b3ec83f;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=a9599800c691eb2aeb7a0a54171d031363ea5ec8;hpb=7f17911bba7c398741edde2ce03c64b6555afbec;p=platform%2Fupstream%2Fisl.git diff --git a/isl_list_templ.h b/isl_list_templ.h index a959980..893f9d9 100644 --- a/isl_list_templ.h +++ b/isl_list_templ.h @@ -13,11 +13,4 @@ struct LIST(EL) { struct EL *p[1]; }; -#define ISL_DECLARE_LIST_PRIVATE(EL) \ -__isl_give isl_##EL##_list *isl_##EL##_list_dup( \ - __isl_keep isl_##EL##_list *list); - -ISL_DECLARE_LIST_PRIVATE(basic_set) -ISL_DECLARE_LIST_PRIVATE(set) -ISL_DECLARE_LIST_PRIVATE(aff) -ISL_DECLARE_LIST_PRIVATE(band) +__isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);