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>
9 lines
179 B
C
9 lines
179 B
C
#undef EL_BASE
|
|
#define EL_BASE BASE
|
|
#include <isl_list_macro.h>
|
|
|
|
#define xMULTI(BASE) isl_multi_ ## BASE
|
|
#define MULTI(BASE) xMULTI(BASE)
|
|
#undef DOM
|
|
#define DOM CAT(isl_,DOMBASE)
|