1
0
mirror of https://github.com/git/git.git synced 2024-09-22 16:01:57 +02:00
git/ewah
Jeff King 34b935c01f 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>
2015-06-03 00:04:01 -07:00
..
bitmap.c ewah: use less generic macro name 2015-06-03 00:04:01 -07:00
ewah_bitmap.c ewah: use less generic macro name 2015-06-03 00:04:01 -07:00
ewah_io.c ewah: unconditionally ntohll ewah data 2014-02-12 11:21:29 -08:00
ewah_rlw.c ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewok_rlw.h ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewok.h ewah: use less generic macro name 2015-06-03 00:04:01 -07:00