Last change
on this file was 1166, checked in by rossy, 3 years ago |
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
File size:
371 bytes
|
Line | |
---|
1 | #ifndef ISL_ID_TO_AST_EXPR_H
|
---|
2 | #define ISL_ID_TO_AST_EXPR_H
|
---|
3 |
|
---|
4 | #include <isl/id_type.h>
|
---|
5 | #include <isl/ast_type.h>
|
---|
6 | #include <isl/maybe_ast_expr.h>
|
---|
7 |
|
---|
8 | #define ISL_KEY isl_id
|
---|
9 | #define ISL_VAL isl_ast_expr
|
---|
10 | #define ISL_HMAP_SUFFIX id_to_ast_expr
|
---|
11 | #define ISL_HMAP isl_id_to_ast_expr
|
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.