On Fri, Oct 02, 2020 at 01:25:37PM +0200, Arturo Borrero Gonzalez wrote: > On 2020-10-02 11:03, Phil Sutter wrote: > > +#define max(x, y) ((x) > (y) ? (x) : (y)) > > This is unused, right? not sure if on purpose. Ah yes, I felt like adding it while being at it. Fine with you or should I drop it? Thanks for reviewing! Phil