Re: svn commit: r196752 - head/lib/libc/stdtime

[ Available lists | Index of svn-src-head | Month of Sep 2009 | Week of 2 Sep 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Simon L. Nielsen <simon@FreeBSD.org>
Date
2 Sep 2009 07:08:11
Subject
Re: svn commit: r196752 - head/lib/libc/stdtime
Message-ID
20090902070808.GA1290@arthur.nitro.dk


[ Hide this part ]
On 2009.09.02 04:56:30 +0000, Andrey A. Chernov wrote:
> Author: ache
> Date: Wed Sep 2 04:56:30 2009
> New Revision: 196752
> URL: http://svn.freebsd.org/changeset/base/196752
>
> Log:
> Use (unsigned char) cast for ctype macro

Acording to the manual page and the C standard book I have, isdigit()
takes an int for an argument, so why change this?

Is passing it as an int instead of char causing problems?

--
Simon L. Nielsen

Elapsed time: 0.236 seconds