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