| Revision: | 1166 |
| Committed: | Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy |
| Content type: | text/x-chdr |
| File size: | 383 byte(s) |
| Log Message: | Daodan: Replace MinGW build env with an up-to-date MSYS2 env |
| # | Content |
|---|---|
| 1 | #ifndef ISL_MAP_TO_BASIC_SET_H |
| 2 | #define ISL_MAP_TO_BASIC_SET_H |
| 3 | |
| 4 | #include <isl/set_type.h> |
| 5 | #include <isl/map_type.h> |
| 6 | #include <isl/maybe_basic_set.h> |
| 7 | |
| 8 | #define ISL_KEY isl_map |
| 9 | #define ISL_VAL isl_basic_set |
| 10 | #define ISL_HMAP_SUFFIX map_to_basic_set |
| 11 | #define ISL_HMAP isl_map_to_basic_set |
| 12 | #include <isl/hmap.h> |
| 13 | #undef ISL_KEY |
| 14 | #undef ISL_VAL |
| 15 | #undef ISL_HMAP_SUFFIX |
| 16 | #undef ISL_HMAP |
| 17 | |
| 18 | #endif |