Dan Kegel [mailto:[EMAIL PROTECTED] 
 
> e.g.
> 
>     if (flags & IS_TEXT_UNICODE_CONTROLS)
>       for (i = 0; i < len; i++)
>            switch (s[i]) {
>            case '\t':
>            case '\n':
>            case 'r':
>            case 0x20:
>                 out_flags |= IS_TEXT_UNICODE_CONTROLS;
>                 goto done;
>            default:
>            }
>     }
>     done:

Shouldn't a break instead of the goto work too?

Rolf Kalbermatter



Reply via email to