mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
9897128cb9
Change-Id: I9d707083f0a9e71d3bcc02b3265bfb233bdbe46c Reviewed-on: https://review.haiku-os.org/c/buildtools/+/3019 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
33 lines
444 B
C
33 lines
444 B
C
#include <isl/map.h>
|
|
#include <isl/union_map.h>
|
|
|
|
#undef EL
|
|
#define EL isl_basic_map
|
|
|
|
#include <isl_list_templ.h>
|
|
|
|
#undef EL_BASE
|
|
#define EL_BASE basic_map
|
|
|
|
#include <isl_list_templ.c>
|
|
|
|
#undef EL
|
|
#define EL isl_map
|
|
|
|
#include <isl_list_templ.h>
|
|
|
|
#undef EL_BASE
|
|
#define EL_BASE map
|
|
|
|
#include <isl_list_templ.c>
|
|
|
|
#undef EL
|
|
#define EL isl_union_map
|
|
|
|
#include <isl_list_templ.h>
|
|
|
|
#undef EL_BASE
|
|
#define EL_BASE union_map
|
|
|
|
#include <isl_list_templ.c>
|