add isl_union_pw_multi_aff_read_from_str
[platform/upstream/isl.git] / isl_multi_templ.h
index 329985e..5a28219 100644 (file)
@@ -13,10 +13,4 @@ struct MULTI(BASE) {
        EL *p[1];
 };
 
-#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_DECLARE_MULTI_PRIVATE(aff)
+__isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);