On Sun, Dec 23, 2018 at 04:53:12PM +0000, Al Viro wrote: > On Sun, Dec 23, 2018 at 06:42:20PM +0200, Gal Pressman wrote: > > > -17) Don't re-invent the kernel macros > > > +17) Using bool > > > +-------------- > > > + > > > +The Linux kernel uses the C11 standard for the bool type. bool values can only > > C99, surely? Oops, yes, that is right Jason