Paul Eggert <[email protected]> writes: > On 2025-11-26 22:38, Collin Funk wrote: >> How about adding a mcel_eq function? Similar to streq, just using the >> *cmp function under the hood. > > mcel_eq should return bool, not int.
Thanks, I copied the mcel_cmp prototype and forgot to change that part. Pushed with that tiny change. Collin
