Out of curiosity, why not just use stdbool.h if these are actually meant to be booleans? Wouldn't that be more readable? I wonder if there's something I'm not understanding.
On Tue, Nov 5, 2019 at 8:05 AM Martin Pieuchot <[email protected]> wrote: > > ok? > > Index: arch/hppa/hppa/db_disasm.c > =================================================================== > RCS file: /cvs/src/sys/arch/hppa/hppa/db_disasm.c,v > retrieving revision 1.20 > diff -u -p -r1.20 db_disasm.c > --- arch/hppa/hppa/db_disasm.c 15 Oct 2014 17:22:56 -0000 1.20 > +++ arch/hppa/hppa/db_disasm.c 5 Nov 2019 12:22:33 -0000 > [snip]
