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
update isl for fix in parameter alignment
[barvinok.git]
/
barvinok_union_options.h
blob
de11e86659dfa966dec9c0149828f7f099a70871
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
struct
barvinok_options
*
barvinok
;
11
};
12
13
ISL_ARG_DECL
(
union_options
,
struct
union_options
,
union_options_arg
)
14
15
#if defined(__cplusplus)
16
}
17
#endif