On Fri, 19 Sep 2025 18:00:30 -0700
Josh Poimboeuf <[email protected]> wrote:

> > +           return old & bit;  
> 
> Per the function comment, the function returns 0, 1, or negative.  So
> this should be 
> 
>               return !!(old & bit)
> 
> right?

Right. Thanks!

-- Steve

Reply via email to