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
add *list_copy
[isl.git]
/
isl_list_private.h
blob
3b13b066c54e3cb1b71641d540b759e1f4397e71
1
#ifndef ISL_LIST_PRIVATE_H
2
#define ISL_LIST_PRIVATE_H
3
4
#include <isl/list.h>
5
6
#undef EL
7
#define EL isl_basic_set
8
9
#include <isl_list_templ.h>
10
11
#undef EL
12
#define EL isl_set
13
14
#include <isl_list_templ.h>
15
16
#endif