summaryrefslogtreecommitdiff
path: root/isl_multi_templ.h
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2012-03-19 16:04:54 +0100
committerSven Verdoolaege <skimo@kotnet.org>2012-05-06 14:33:04 +0200
commit6a01887a15af84c688f61df13ccf6939f9435248 (patch)
tree826dc70544f21e168520f234331d4e03df53b87a /isl_multi_templ.h
parentefa3536a47d2648fdb9a456273518e414999236e (diff)
downloadisl-6a01887a15af84c688f61df13ccf6939f9435248.tar.gz
isl-6a01887a15af84c688f61df13ccf6939f9435248.tar.bz2
isl-6a01887a15af84c688f61df13ccf6939f9435248.zip
export isl_multi_aff_set_aff
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_multi_templ.h')
-rw-r--r--isl_multi_templ.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/isl_multi_templ.h b/isl_multi_templ.h
index 329985ed..26282395 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)