Add hash table implementation from glsl2 project.
authorCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 20:36:26 +0000 (13:36 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 20:36:26 +0000 (13:36 -0700)
commit633a692225fcdad15ce84776a7a18d7d008d52b3
tree83a0df655a279826b659f07057b011d05b949e1c
parenta70e7bab2b492f64455c74f2222b363f37dc8dfa
Add hash table implementation from glsl2 project.

The preprocessor here is intended to become part of the glsl2 codebase
eventually anyway.
Makefile
hash_table.c [new file with mode: 0644]
hash_table.h [new file with mode: 0644]
main/imports.h [new file with mode: 0644]
main/simple_list.h [new file with mode: 0644]