On Sat, 18 Jun 2011 09:29:32 +0200, Keith Packard <kei...@keithp.com> wrote:
> On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe <zen3d.li...@gmail.com> 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.

Attachment: pgpAMnZf8vMjN.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to