aboutsummaryrefslogtreecommitdiff
path: root/libihash/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-15 Roland McGrath <roland@frob.com>Roland McGrath2001-08-151-9/+7
| | | | | | | | | | | * sizes.c: New file, a list of prime numbers useful for table sizes. * priv.h (_ihash_sizes, _ihash_nsizes): Declare. (_ihash_nextprime): Don't. * ihash.c (ihash_add): Select sizes from the _ihash_sizes array instead of using _ihash_nextprime. * Makefile: Clean up whitespace, reorder all the variable definitions. (SRCS): Remove primes.c, add sizes.c instead. (OBJS): Define dynamically.
* (LCLHDRS): Add priv.h.Michael I. Bushnell1996-04-111-2/+2
|
* Initial revisionMichael I. Bushnell1995-06-061-0/+32