add isl_aff_mod_val
[platform/upstream/isl.git] / isl_list_templ.h
index 6ceb966..893f9d9 100644 (file)
@@ -12,3 +12,5 @@ struct LIST(EL) {
        size_t size;
        struct EL *p[1];
 };
+
+__isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);