Re: [Mesa-dev] [PATCH] util/bitset: include util/macro.h

2018-06-15 Thread Eric Engestrom
On Friday, 2018-06-15 12:18:56 +0200, Christian Gmeiner wrote: > BITSET_FFS(x) macro makes use of ARRAY_SIZE(x) macro which is > defined in util/macro.h. Include it directy to make usage more > straightforward. > > Fixes: 692bd4a1ab9 ("util: replace Elements() with ARRAY_SIZE()") > Signed-off-by:

[Mesa-dev] [PATCH] util/bitset: include util/macro.h

2018-06-15 Thread Christian Gmeiner
BITSET_FFS(x) macro makes use of ARRAY_SIZE(x) macro which is defined in util/macro.h. Include it directy to make usage more straightforward. Fixes: 692bd4a1ab9 ("util: replace Elements() with ARRAY_SIZE()") Signed-off-by: Christian Gmeiner --- src/util/bitset.h | 1 + 1 file changed, 1 insertio