update isl for sufficient schedule tree support for pet
[ppn.git] / adg_cmp_options.h
blob6fc9cd35a7ffe8e091d257930d71f28b6813fed7
1 #include <isl/arg.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 char *adg1;
9 char *adg2;
12 ISL_ARG_DECL(options, struct options, options_args)
14 #if defined(__cplusplus)
16 #endif