utlist: add CDL_CONCAT - #280
Conversation
|
Ack — will take a look sometime soon. |
Yup I can implement a test like that. |
Rewrite CONCAT tests to use assertion-based, test86-style structure, and combine the previous LL (test63) and DL (test64) tests into test103.
|
Hey @Quuxplusone, would you mind taking a look at this when you have time? |
Thanks to xunicatt for the patch!
|
Merged 5ada598 — thanks! |
Add missing
CDL_CONCATmacro for circular doubly-linked lists to matchLL_CONCATandDL_CONCAT.This fills the API gap noted in issue #279.