source:
Daodan/MSYS2/mingw32/include/isl/maybe.h@
1175
Last change on this file since 1175 was 1166, checked in by , 3 years ago | |
---|---|
File size: 135 bytes |
Rev | Line | |
---|---|---|
[1166] | 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 |
Note:
See TracBrowser
for help on using the repository browser.