X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_sample_no_piplib.c;h=7a4b36ff1a31dc062920dee4f1bf4aaa77403088;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=2f4c1a89e88fafb3cbda06f6a53de90ec2d87089;hpb=6dce9ad199bb99682d17f9fbdd987e81c3d96b75;p=platform%2Fupstream%2Fisl.git diff --git a/isl_sample_no_piplib.c b/isl_sample_no_piplib.c index 2f4c1a8..7a4b36f 100644 --- a/isl_sample_no_piplib.c +++ b/isl_sample_no_piplib.c @@ -1,8 +1,16 @@ +/* + * Copyright 2008-2009 Katholieke Universiteit Leuven + * + * 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 "isl_sample_piplib.h" -struct isl_vec *isl_pip_basic_set_sample(struct isl_ctx *ctx, - struct isl_basic_set *bset) +struct isl_vec *isl_pip_basic_set_sample(struct isl_basic_set *bset) { - isl_basic_set_free(ctx, bset); + isl_basic_set_free(bset); return NULL; }