pacman/src
Ivy Foster fa06951d90 Represent bitfields as ints, not enums
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.

Signed-off-by: Ivy Foster <ivy.foster@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2016-10-22 20:50:55 +10:00
..
common Do not #define _RESERVED_IDENTIFIERS 2016-09-25 18:04:57 +10:00
pacman Represent bitfields as ints, not enums 2016-10-22 20:50:55 +10:00
util Represent bitfields as ints, not enums 2016-10-22 20:50:55 +10:00