iscc.c: read_bool_if_available: remove unused label
[barvinok.git] / barvinok_enumerate_options.c
blob7e24a74991a3399324fe9d8b46ef1b464c47e05e
1 #include "barvinok_enumerate_options.h"
3 ISL_ARGS_START(struct enumerate_options, enumerate_options_args)
4 ISL_ARG_CHILD(struct enumerate_options, verify, NULL,
5 &verify_options_args, "verification")
6 ISL_ARG_CHILD(struct enumerate_options, convert, NULL,
7 &convert_options_args, "output conversion")
8 ISL_ARG_BOOL(struct enumerate_options, size, 'S', "size", 0, NULL)
9 ISL_ARG_BOOL(struct enumerate_options, series, 's', "series", 0,
10 "compute rational generating function")
11 ISL_ARG_BOOL(struct enumerate_options, function, 'e', "explicit", 0,
12 "convert rgf to psp")
13 ISL_ARGS_END
15 ISL_ARG_DEF(enumerate_options, struct enumerate_options, enumerate_options_args)