ewah: use less generic macro name
commit34b935c01f28d34f6764f0e1140ad47e7abdde1b
authorJeff King <peff@peff.net>
Wed, 3 Jun 2015 06:39:37 +0000 (3 02:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2015 07:04:01 +0000 (3 00:04 -0700)
treef033bf6a1c6c1896e712c465ddaff50ad78fa3e2
parent414382fb00c72babe2b22ef0fa757ea7c960f5ce
ewah: use less generic macro name

The ewah/ewok.h header pollutes the global namespace with
"BITS_IN_WORD", without any specific notion that we are
talking about the bits in an eword_t. We can give this the
more specific name "BITS_IN_EWORD".

Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ewah/bitmap.c
ewah/ewah_bitmap.c
ewah/ewok.h
pack-bitmap.c