update isl for change in lexicographic optimization
[isa.git] / adg2dot_options.h
blob7ca4ee4f7ee9f735296b9e2e3a2643be50965294
1 #include <isl/options.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 char *input;
9 char *output;
12 ISL_ARG_DECL(options, struct options, options_arg)
14 #if defined(__cplusplus)
16 #endif