This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Manual style: "non-zero" vs "nonzero"
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: Manual style: "non-zero" vs "nonzero"
- From: Geert Bosch <bosch at gnat dot com>
- Date: Tue, 9 Oct 2001 15:49:05 -0400 (EDT)
- Cc: jsm28 at cam dot ac dot uk, gcc at gcc dot gnu dot org
As a final drop, the GNU Coding Standards uses nonzero unhyphenated:
| There should be a comment on each static variable as well, like this:
|
| /* Nonzero means truncate lines in the display;
| zero means continue them. */
| int truncate_lines;
-Geert