2014-01-27 21:38:34 +01:00
|
|
|
#include <isl/space.h>
|
|
|
|
|
2018-07-03 21:52:50 +02:00
|
|
|
#include <isl_multi_macro.h>
|
2014-01-27 21:38:34 +01:00
|
|
|
|
|
|
|
struct MULTI(BASE) {
|
|
|
|
int ref;
|
|
|
|
isl_space *space;
|
|
|
|
|
|
|
|
int n;
|
|
|
|
EL *p[1];
|
|
|
|
};
|
|
|
|
|
|
|
|
__isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
|