On Sat, 18 Jun 2011 09:29:32 +0200, Keith Packard <[email protected]> wrote: > On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe <[email protected]> wrote: > > > break; // implicit exit from loop at end of switch > > } while (true); > > Seems like this could just be > > } while (false); > > as I don't see any way the loop could go around more than once.
"while (true)" is the instruction available in the hardware, this isn't a description of C code.
pgpAMnZf8vMjN.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
