On 13/10/16 06:13, [email protected] wrote: > From: Ivy Foster <[email protected]> > > Many bitfield variables are declared to be enums, because they are > generated using bitwise operations on enums such. However, their > actual values aren't necessary members of their parent enum, so > declaring them 'int' is more accurate. >
Looks good to me. A
