aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm16/tools/polly/lib/External/isl/isl_multi_macro.h
blob: 394494b06e68b8db8df687a57e58242e50d9be12 (plain) (blame)
1
2
3
4
5
6
7
8
#undef EL_BASE
#define EL_BASE BASE
#include <isl_list_macro.h>

#define xMULTI(BASE) isl_multi_ ## BASE
#define MULTI(BASE) xMULTI(BASE)
#undef DOM
#define DOM CAT(isl_,DOMBASE)