On Thu, 30 May 2019, Martin Sebor wrote: > This, of course, is in contrast to things like bit-field and > built-in where the convention calls for the hyphen but where
For both bit-field and nonzero what we do in documentation is consistent with the C standard, even if code is less consistent. (grep on the C standard sources shows 148 lines matching for nonzero and only 2 for non-zero.) -- Joseph S. Myers jos...@codesourcery.com