Tidy up local declarations in DEFINE_BIT_COUNT.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 12 Dec 2012 06:06:39 +0000 (06:06 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 12 Dec 2012 06:06:39 +0000 (06:06 +0000)
commit7d38bbba79990a32060ab1c0435becac1dbe0f43
tree19d0a27bd0f66f74f4a1e54f98d6461a188fcf57
parent195a889094a09ca1feb2b88d839d3dfc9c551969
Tidy up local declarations in DEFINE_BIT_COUNT.

`static' is pointless (and causes `gcc -O0' to actually allocate
static storage for them), and using uintmax_t rather than TYPE is
overkill.
src/microcode/bits.h