Re: [Mesa-dev] [PATCH 4/3] util: Use set_foreach instead of rolling our own

2015-04-15 Thread Matt Turner
On Wed, Apr 15, 2015 at 2:14 PM, Thomas Helland wrote: > This follows the same pattern as in the hash_table. > > Reviewed-by: Jason Ekstrand Fix the email address before committing, whoever commits. > Signed-off-by: Thomas Helland > --- ___ mesa-dev

[Mesa-dev] [PATCH 4/3] util: Use set_foreach instead of rolling our own

2015-04-15 Thread Thomas Helland
This follows the same pattern as in the hash_table. Reviewed-by: Jason Ekstrand Signed-off-by: Thomas Helland --- src/util/set.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/util/set.c b/src/util/set.c index 2bcc743..7ff9520 100644 --- a/src/util/set.c +++ b/s