introduce isl_hash_table and move hashing declarations into include/isl_hash.h
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Dec 2008 18:06:17 +0000 (19:06 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 14 Dec 2008 16:26:37 +0000 (17:26 +0100)
commitae3696c84beb2f8ac21f122974677499f01608af
tree1904f7f87cae20c4a95b6d77db6812e70c8b19bf
parent3436a2c68e842a7ec46ea14f8b593153bdd72a3d
introduce isl_hash_table and move hashing declarations into include/isl_hash.h

This isl_hash_table will be used in the next commit.
This commit also changes the calling convention of isl_hash_init
to be more consistent with the other isl_hash_ functions/macros.
Makefile.am
include/isl_hash.h [new file with mode: 0644]
include/isl_int.h
isl_hash.c [new file with mode: 0644]
isl_map.c
isl_seq.c