Polly 19.0.0git
isl_multi_macro.h
Go to the documentation of this file.
1#undef EL_BASE
2#define EL_BASE BASE
3#include <isl_list_macro.h>
4
5#define xMULTI(BASE) isl_multi_ ## BASE
6#define MULTI(BASE) xMULTI(BASE)
7#undef DOM
8#define DOM CAT(isl_,DOMBASE)