1 #define xCAT(A,B) A ## B
2 #define CAT(A,B) xCAT(A,B)
4 #define EL CAT(isl_,BASE)
5 #define xMULTI(BASE) isl_multi_ ## BASE
6 #define MULTI(BASE) xMULTI(BASE)
16 __isl_give
MULTI(BASE
) *CAT(MULTI(BASE
),_alloc
)(__isl_take isl_space
*space
);