split off type declarations for isl_map and isl_set to separate files
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 24 Jun 2011 11:26:17 +0000 (13:26 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Jun 2011 20:22:20 +0000 (22:22 +0200)
commit1bb92dccc29dae60412756e96827569adb8b675f
tree2853bd971358c3763a7176e86ac263af90dee47e
parentf6d86efd904c373d29263bd7298332ea03ac2ff2
split off type declarations for isl_map and isl_set to separate files

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
14 files changed:
Makefile.am
include/isl/constraint.h
include/isl/flow.h
include/isl/lp.h
include/isl/map.h
include/isl/map_type.h [new file with mode: 0644]
include/isl/obj.h
include/isl/polynomial.h
include/isl/set.h
include/isl/set_type.h [new file with mode: 0644]
include/isl/union_map.h
include/isl/vertices.h
isl_flow.c
isl_obj.c