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 isl_stream_read_space
[isl.git]
/
isl_maybe_ast_graft_list.h
blob
14466918aac7ba13d7f2bda8d67acb8997ef2c2b
1
#ifndef ISL_MAYBE_AST_GRAFT_LIST_H
2
#define ISL_MAYBE_AST_GRAFT_LIST_H
3
4
#include
"isl_ast_graft_private.h"
5
6
#define ISL_TYPE isl_ast_graft_list
7
#include <isl/maybe_templ.h>
8
#undef ISL_TYPE
9
10
#endif