isl_union_templ.c: allow multiple inclusion
[isl.git] / isl_union_map_private.h
blobeecb2de680f215b0d6e46e0351b2a36bc7f52b11
1 #define isl_union_set_list isl_union_map_list
2 #define isl_union_set isl_union_map
3 #include <isl/union_map.h>
4 #include <isl/union_set.h>
6 struct isl_union_map {
7 int ref;
8 isl_space *dim;
10 struct isl_hash_table table;