summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/isl_union_macro.h
blob: 2cc21a90a84c67d09250715eb9e75170d74854f5 (plain)
1
2
3
4
5
6
7
8
9
10
#define xCAT(A,B) A ## B
#define CAT(A,B) xCAT(A,B)
#undef PART
#define PART CAT(isl_,BASE)
#undef UNION
#define UNION CAT(isl_union_,BASE)
#define xFN(TYPE,NAME) TYPE ## _ ## NAME
#define FN(TYPE,NAME) xFN(TYPE,NAME)
#define xS(TYPE,NAME) struct TYPE ## _ ## NAME
#define S(TYPE,NAME) xS(TYPE,NAME)
OpenPOWER on IntegriCloud