On Tue, Mar 25, 2025 at 11:32:08PM +0000, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > The comma operator is a somewhat obscure C feature that is often used by > mistake and can even cause unintentional code flow. In this instance, it > makes the code harder to read than necessary, too. Better use a > semicolon instead. This code has changed upstream already, but let's roll with your change anyway. I plan to update the clar to the upstream version soonish once I have landed integer comparisons, and will take care that there aren't any other comment operators left. Patrick