source: Daodan/MSYS2/mingw32/include/isl/id_to_id.h@ 1179

Last change on this file since 1179 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 309 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.