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_space_from_range: rename "dim" argument to "space"
[isl.git]
/
include
/
isl
/
maybe_id.h
blob
24ea308623bff5d0a048bac6398f45c569b1baf2
1
#ifndef ISL_MAYBE_ID_H
2
#define ISL_MAYBE_ID_H
3
4
#define ISL_TYPE isl_id
5
#include <isl/maybe_templ.h>
6
#undef ISL_TYPE
7
8
#endif