xref: /llvm-project/polly/lib/External/isl/include/isl/maybe_ast_expr.h (revision 7dcae2e14ad46ce59aa9e283210e098abd773ecc)
1 #ifndef ISL_MAYBE_AST_EXPR_H
2 #define ISL_MAYBE_AST_EXPR_H
3 
4 #define ISL_TYPE	isl_ast_expr
5 #include <isl/maybe_templ.h>
6 #undef ISL_TYPE
7 
8 #endif
9