* src/misc/hashfunc.hh (wang32_hash): New file and function,

extracted from...
* src/evtgba/product.cc (evtgba_product_state::hash): ... here.
* src/misc/Makefile.am (misc_HEADERS): Add hashfunc.hh.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-16 14:59:49 +00:00
parent 49b871f924
commit dfb832cf20
4 changed files with 50 additions and 15 deletions

View file

@ -31,6 +31,7 @@ misc_HEADERS = \
escape.hh \
freelist.hh \
hash.hh \
hashfunc.hh \
minato.hh \
modgray.hh \
random.hh \