Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/string



In article <20080223185543.GB8086%britannica.bec.de@localhost>,
Joerg Sonnenberger  <joerg%britannica.bec.de@localhost> wrote:
>On Sat, Feb 23, 2008 at 03:18:04PM +0000, Christos Zoulas wrote:
>> Log Message:
>> fix lint issues.
>
>Now that I finally understood that the problem here is that the unsigned
>char is expanded to int due to the second operator, I would strongly
>prefer to case the 7 and not the left side to u_int. Comments?

I think that the only portable shift is to "unsigned int".

christos



Home | Main Index | Thread Index | Old Index