On Mon, Nov 23, 2015 at 8:37 PM, Ruediger Pluem <rpl...@apache.org> wrote:
>
> On 11/23/2015 05:46 PM, yla...@apache.org wrote:
>>
>> -            case 'p':
>> -            case 'P': {
>> -                /* handle most common quickest cases... */
>> -                if (!strcmp(token, "private")) {
>> -                    cc->private = 1;
>> -                }
>> -                /* ...then try slowest cases */
>> -                else if (!strcasecmp(token, "public")) {
>> +            case 'p': {
>
> Why removing the uppercase 'P' case here?

Not intentional, fixed in r1715938.
Thanks for noticing.

Regards,
Yann.

Reply via email to