repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lattice_point.cc: lattice_point: drop unused variable
[barvinok.git]
/
barvinok_union_options.h
blob
11783aee56fde54ae41b0323626a25da778e4ebb
1
#include <isl/arg.h>
2
#include <barvinok/options.h>
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
struct
union_options
{
9
int
series
;
10
int
check
;
11
struct
barvinok_options
*
barvinok
;
12
};
13
14
ISL_ARG_DECL
(
union_options
,
struct
union_options
,
union_options_args
)
15
16
#if defined(__cplusplus)
17
}
18
#endif