mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
e7f96e19a4
gcc currently requires 0.15 or later for graphite
11 lines
154 B
C
11 lines
154 B
C
#ifndef ISL_MAYBE_MAP_H
|
|
#define ISL_MAYBE_MAP_H
|
|
|
|
#include <isl/map_type.h>
|
|
|
|
#define ISL_TYPE isl_map
|
|
#include <isl/maybe_templ.h>
|
|
#undef ISL_TYPE
|
|
|
|
#endif
|