Re: [PATCH 1/4] Port more functions etc. to C23

2023-03-28 Thread Chet Ramey
On 3/26/23 7:50 PM, Paul Eggert wrote: Port more function definitions and declarations to C23. This includes adding a return type when it defaulted to int. Add some casts to and from GENERIC_LIST * that are needed now that the list functions are prototyped. Thanks for this work, it's much appre

[PATCH 1/4] Port more functions etc. to C23

2023-03-26 Thread Paul Eggert
Port more function definitions and declarations to C23. This includes adding a return type when it defaulted to int. Add some casts to and from GENERIC_LIST * that are needed now that the list functions are prototyped. This does not finish the job, as some trickier functions still won't work with