deprecate isl_int
[isl.git] / include / isl / deprecated / union_map_int.h
bloba38148d6784097b1c28b10ee68aff0253d1fb544
1 #ifndef ISL_DEPRECATED_UNION_MAP_INT_H
2 #define ISL_DEPRECATED_UNION_MAP_INT_H
4 #include <isl/deprecated/int.h>
5 #include <isl/union_map_type.h>
7 __isl_give isl_union_map *isl_union_map_fixed_power(
8 __isl_take isl_union_map *umap, isl_int exp);
10 #endif