git-apply: slightly clean up bitfield usage
commit3dad11bfdb9363bade57ca2caadef1883767e9d3
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 18 Nov 2006 12:07:09 +0000 (18 13:07 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Nov 2006 19:40:11 +0000 (18 11:40 -0800)
tree15232400ae0587f20dcc8df14f6e1af51f4102e8
parent38f4d138ee101f3f238ffd43fac76f5b951516c1
git-apply: slightly clean up bitfield usage

This patch fixes a sparse warning about inaccurate_eof being a
"dubious one-bit signed bitfield", makes three more binary
variables members of this (now unsigned) bitfield and adds a
short comment to indicate the nature of two ternary variables.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c