X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_list_templ.h;h=893f9d91d4c8e04f443f45d084651f516b3ec83f;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=9c60f5a3d46620e54a503bed38c825a3dad4a2f7;hpb=0d458c47aefdc037512282a3250de99d9d24b8c9;p=platform%2Fupstream%2Fisl.git diff --git a/isl_list_templ.h b/isl_list_templ.h index 9c60f5a..893f9d9 100644 --- a/isl_list_templ.h +++ b/isl_list_templ.h @@ -13,12 +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(pw_aff) -ISL_DECLARE_LIST_PRIVATE(band) +__isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);