buildtools/gcc/isl/isl_multi_macro.h

9 lines
179 B
C
Raw Normal View History

#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)