mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
e7f96e19a4
gcc currently requires 0.15 or later for graphite
14 lines
206 B
C
14 lines
206 B
C
#include <isl/space.h>
|
|
|
|
#include <isl_multi_macro.h>
|
|
|
|
struct MULTI(BASE) {
|
|
int ref;
|
|
isl_space *space;
|
|
|
|
int n;
|
|
EL *p[1];
|
|
};
|
|
|
|
__isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
|