1 | /* |
---|---|
2 | * Copyright 2013 Ecole Normale Superieure |
3 | * |
4 | * Use of this software is governed by the MIT license |
5 | * |
6 | * Written by Sven Verdoolaege, |
7 | * Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France |
8 | */ |
9 | |
10 | #include <isl_pw_macro.h> |
11 | |
12 | #undef TYPE |
13 | #define TYPE PW |
14 | #include "isl_from_range_templ.c" |
15 |