X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_list.c;h=bb926b714b0697d2acb5c9c792122a6f49a8d153;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=fefed4cbf923f046cbb567b9c40dcc23dc196d4b;hpb=2f8974bff6f17ec246373f5c2e9914ab3c0616b9;p=platform%2Fupstream%2Fisl.git diff --git a/isl_list.c b/isl_list.c index fefed4c..bb926b7 100644 --- a/isl_list.c +++ b/isl_list.c @@ -1,15 +1,22 @@ /* * Copyright 2008-2009 Katholieke Universiteit Leuven * - * Use of this software is governed by the GNU LGPLv2.1 license + * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, K.U.Leuven, Departement * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium */ #include +#include #include #include +#include + +#undef BASE +#define BASE constraint + +#include #undef BASE #define BASE basic_set @@ -25,3 +32,18 @@ #define BASE aff #include + +#undef BASE +#define BASE pw_aff + +#include + +#undef BASE +#define BASE band + +#include + +#undef BASE +#define BASE id + +#include