xref: /llvm-project/polly/lib/External/isl/include/isl/maybe.h (revision 7dcae2e14ad46ce59aa9e283210e098abd773ecc)
1 #ifndef ISL_MAYBE_H
2 #define ISL_MAYBE_H
3 
4 #define ISL_xMAYBE(TYPE)	isl_maybe_ ## TYPE
5 #define ISL_MAYBE(TYPE)		ISL_xMAYBE(TYPE)
6 
7 #endif
8