diff options
Diffstat (limited to 'gcc/graphite-poly.h')
| -rw-r--r-- | gcc/graphite-poly.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 82e1217..062d927 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -24,6 +24,11 @@ along with GCC; see the file COPYING3. If not see #include "sese.h" +#ifndef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS +# define isl_stat int +# define isl_stat_ok 0 +#endif + typedef struct poly_dr *poly_dr_p; typedef struct poly_bb *poly_bb_p; |
