repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: update latest release of clang
[isl.git]
/
isl_multi_macro.h
blob
394494b06e68b8db8df687a57e58242e50d9be12
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)