reintroduce isl_basic_set_add symbol
commitfd729322be13cb7122b122ffd8f40b31de933955
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 29 Nov 2012 23:18:19 +0000 (30 00:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 30 Nov 2012 22:38:12 +0000 (30 23:38 +0100)
tree9506a1142eab3238896ecb5268123f845f6a98ee
parent81d594f88d4363a8bdedc7474fd09681529ba2fa
reintroduce isl_basic_set_add symbol

This function was renamed in 461a2cd (rename isl_basic_set_add to
isl_basic_set_add_dims, Mon Oct 1 10:55:08 2012 +0200), but it appears
that it is being used by CLooG.  Reintroduce the symbol for backward
compatibility, but mark it "deprecated" so that it will hopefully
not be used by new users.

Reported-by: Jack Howarth <howarth@bromo.med.uc.edu>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
include/isl/set.h
isl_deprecated.c [new file with mode: 0644]