hash: mark a few floating point constants with "f" suffix
authorJim Meyering <meyering@redhat.com>
Wed, 30 Nov 2011 08:35:00 +0000 (09:35 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 30 Nov 2011 08:35:00 +0000 (09:35 +0100)
commite6ac916bda3887c54cc8668be7a0936b034a28c3
tree3285f098e21cae94a400a8d8d4152720fd5d0f2d
parent6f9dd7d3ecceb8a939ea537b6d9abc9988bc4c71
hash: mark a few floating point constants with "f" suffix

* lib/hash.c (DEFAULT_GROWTH_THRESHOLD, DEFAULT_GROWTH_FACTOR)
(DEFAULT_SHRINK_THRESHOLD, DEFAULT_SHRINK_FACTOR): Mark literal
floating point constants with "f", since they're destined to be
saved/used as "float"s.
ChangeLog
lib/hash.c