On Sat, Mar 7, 2015 at 11:03 AM, Yann Ylavic <[email protected]> wrote: > It would be to give apr_skiplist_insert_compare(), which exists in > 1.5.x, the add semantic when its compare function arg is NULL.
Note this wouldn't break any assumption on apr_skiplist_insert_compare() since the current behaviour with a NULL compare function is to crash :)
