include/isl/deprecated/*int.h: allow inclusion from C++
[isl.git] / include / isl / deprecated / union_map_int.h
blob4a57997a91f3603610acaf4e79b145c821d311e8
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 #if defined(__cplusplus)
8 extern "C" {
9 #endif
11 __isl_give isl_union_map *isl_union_map_fixed_power(
12 __isl_take isl_union_map *umap, isl_int exp);
14 #if defined(__cplusplus)
16 #endif
18 #endif