[Webkit-unassigned] [Bug 27543] Add platform/wince/ files for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 10:57:50 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27543





--- Comment #52 from George Staikos <staikos at kde.org>  2009-08-12 10:57:48 PDT ---
(In reply to comment #50)
> (In reply to comment #49)
> > I think standard for your for(;;) is really to do:
> > 
> > do {
> > } while (0);
> 
> for(;;) is an infinite loop. The above is not an infinite loop, it's a one time
> loop, so it can't be used. For infinite loops, the most common pattern in
> WebKit is while (true).

You got confused in much the same way I was trying to point out. :-)  It's
-never- supposed to loop.  That's what the comment says at the top.  That's why
it should change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list