summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/isl/include/isl/aff_type.h
blob: 549ec80404c336c78f3d297730b229690c5a1bfa (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ISL_AFF_TYPE_H
#define ISL_AFF_TYPE_H

struct isl_aff;
typedef struct isl_aff isl_aff;

struct isl_pw_aff;
typedef struct isl_pw_aff isl_pw_aff;

#endif