repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_set_solutions: rename "dim" variable to "space"
[isl.git]
/
isl_set_list.c
blob
b27982748a7dbd1cc66fb7fddc1bbba09bb9bd85
1
#include <isl/set.h>
2
3
#undef EL
4
#define EL isl_basic_set
5
6
#include <isl_list_templ.h>
7
8
#undef EL
9
#define EL isl_set
10
11
#include <isl_list_templ.h>
12
13
#undef BASE
14
#define BASE basic_set
15
16
#include <isl_list_templ.c>
17
18
#undef BASE
19
#define BASE set
20
21
#include <isl_list_templ.c>