mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
11 lines
175 B
C
11 lines
175 B
C
|
#define isl_union_set isl_union_map
|
||
|
#include <isl/union_map.h>
|
||
|
#include <isl/union_set.h>
|
||
|
|
||
|
struct isl_union_map {
|
||
|
int ref;
|
||
|
isl_space *dim;
|
||
|
|
||
|
struct isl_hash_table table;
|
||
|
};
|