On Fri, Apr 21, 2023 at 7:16 PM Ranier Vilela <[email protected]> wrote:
> +lcons_copy(void *datum, const List *list) > +lappend_copy(const List *list, void *datum) > list param pointer can be const here not? > Correct. Good point. V2 patch does that. Thanks Richard
