> On Apr 3, 2015, at 4:51 PM, Russell Bryant wrote:
>
> On 04/03/2015 06:55 PM, Jarno Rajahalme wrote:
>> Makes popping each member of the list a bit easier.
>>
>> Signed-off-by: Jarno Rajahalme
>
> Nice improvement! The changes look good to me. I think one bonus
> improvement would be to a
> On Apr 5, 2015, at 10:13 AM, Ben Pfaff wrote:
>
> On Fri, Apr 03, 2015 at 03:55:43PM -0700, Jarno Rajahalme wrote:
>> Makes popping each member of the list a bit easier.
>>
>> Signed-off-by: Jarno Rajahalme
>
>> diff --git a/lib/list.h b/lib/list.h
>> index b40bbef..bca5d5c 100644
>> --- a/
On Fri, Apr 03, 2015 at 03:55:43PM -0700, Jarno Rajahalme wrote:
> Makes popping each member of the list a bit easier.
>
> Signed-off-by: Jarno Rajahalme
> diff --git a/lib/list.h b/lib/list.h
> index b40bbef..bca5d5c 100644
> --- a/lib/list.h
> +++ b/lib/list.h
> @@ -73,6 +73,12 @@ static inlin
On 04/03/2015 06:55 PM, Jarno Rajahalme wrote:
> Makes popping each member of the list a bit easier.
>
> Signed-off-by: Jarno Rajahalme
Nice improvement! The changes look good to me. I think one bonus
improvement would be to add a test case to tests/test-list.c.
Acked-by: Russell Bryant
--