repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pet.cc: directly include required header
[pet.git]
/
maybe_pet_expr.h
blob
834ee7b0b6ac22b116bceb22235eba962b997808
1
#ifndef PET_MAYBE_PET_EXPR_H
2
#define PET_MAYBE_PET_EXPR_H
3
4
#define ISL_TYPE pet_expr
5
#include <isl/maybe_templ.h>
6
#undef ISL_TYPE
7
8
#endif