declare isl_*_list together with isl_*
commit3e27dfa1440571ecd60acd92dbf819cafbeb701f
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 27 Mar 2013 11:09:23 +0000 (27 12:09 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Apr 2013 07:38:20 +0000 (22 09:38 +0200)
tree4b8e8a63397dbfff08071beb56cf6dc385482289
parent60e4f6aa75ab6d211320e31272678b40c12c618e
declare isl_*_list together with isl_*

Some of the isl_*_list types were declared together in isl/list.h.
It seems cleaner to declare them together with the corresponding isl_* instead.
Similarly, these types were defined together in isl_list_private.h and
are now defined together with the corresponding isl_*.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
24 files changed:
Makefile.am
include/isl/aff_type.h
include/isl/band.h
include/isl/constraint.h
include/isl/id.h
include/isl/list.h
include/isl/map_type.h
isl_aff.c
isl_aff_private.h
isl_ast.c
isl_band.c
isl_band_private.h
isl_constraint.c
isl_constraint_private.h
isl_id.c
isl_id_private.h
isl_list.c [deleted file]
isl_list_private.h [deleted file]
isl_list_templ.h
isl_map.c
isl_map_private.h
isl_mat.c
isl_schedule.c
isl_set_list.c [new file with mode: 0644]