X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_multi_templ.h;h=26282395f4633888603ac01ebda92cf4de50a7ff;hb=e3ab7e45a5914ed481fdd8b55191614539336c74;hp=329985ed7eb8114fcbe06aafe6658e82386beea1;hpb=3d0da01fea8d99341310e4ea891e912ffd80ebfa;p=platform%2Fupstream%2Fisl.git diff --git a/isl_multi_templ.h b/isl_multi_templ.h index 329985e..2628239 100644 --- a/isl_multi_templ.h +++ b/isl_multi_templ.h @@ -15,8 +15,6 @@ struct MULTI(BASE) { #define ISL_DECLARE_MULTI_PRIVATE(BASE) \ __isl_give isl_multi_##BASE *isl_multi_##BASE##_alloc( \ - __isl_take isl_space *space); \ -__isl_give isl_multi_##BASE *isl_multi_##BASE##_set_##BASE( \ - __isl_take isl_multi_##BASE *multi, int pos, __isl_take EL *el); + __isl_take isl_space *space); ISL_DECLARE_MULTI_PRIVATE(aff)