public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* ! HAVE_foo, ! (flags & BIT)
@ 2004-01-27 20:10 Joern Rennecke
  0 siblings, 0 replies; only message in thread
From: Joern Rennecke @ 2004-01-27 20:10 UTC (permalink / raw)
  To: gcc

codingconventions.html says to use !x, but what about more 'bulky'
stuff that is logically negated, e.g.:

#if ! HAVE_intrinsic_I1l
or
#if !HAVE_intrinsic_I1l

  if (! (Illegible || (flags & BIT)))
or
  if (!(Illegible || (flags & BIT)))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-27 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-27 20:10 ! HAVE_foo, ! (flags & BIT) Joern Rennecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).