This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Coding convention: use of `!x' vs. `! x'
- To: mark at codesourcery dot com
- Subject: Re: Coding convention: use of `!x' vs. `! x'
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 22 Sep 00 12:46:02 EDT
- Cc: gcc at gcc dot gnu dot org
However, I suggest that within GCC we use a consistent style going
forward, and that the style be `!x' rather than `! x'. This is no big
deal, and it would be a waste of effort to change all uses of the
latter into the former, but going forward let's use the former style.
What about the other unary operators? Should they have a blank, like the
binary operators do, or no blank, like "!" now will?