Brian Paul writes:
> [resending, original msg didn't appear on list]
>
> It seems a bit silly to have two linked list utilities.
>
> git-grep indicates that list.h is used more than simple_list.h so maybe
> we can switch uses of the later to the former. In fact, I've already
> found a few file
[resending, original msg didn't appear on list]
It seems a bit silly to have two linked list utilities.
git-grep indicates that list.h is used more than simple_list.h so maybe
we can switch uses of the later to the former. In fact, I've already
found a few files that include simple_list.h but
It seems a bit silly to have two linked list utilities.
git-grep indicates that list.h is used more than simple_list.h so maybe
we can switch uses of the later to the former. In fact, I've already
found a few files that include simple_list.h but don't actually need it.
I may pick away at thi