update isl for change in lexicographic optimization
[isa.git] / pn2adg_options.h
blob3c504f31c505ff328e6855c6ac7ef08f2ccfb61c
1 #include <isl/options.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 struct isl_options *isl;
9 int xml;
10 char *input;
11 char *output;
14 ISL_ARG_DECL(options, struct options, options_args)
16 #if defined(__cplusplus)
18 #endif