[tlbuild] 2010 builds
Peter Breitenlohner
peb at mppmu.mpg.de
Thu Jun 10 14:07:46 CEST 2010
On Thu, 10 Jun 2010, Jukka Salmi wrote:
> Thus the arguments of those ctype functions need to be casted to
> unsigned char, e.g. isspace((unsigned char)'\264'). I've done this for
> utils/chktex/chktex-1.6.4/*.c (patch attached) and now the problem seems
> to be fixed.
Yes, but there is the added complication of cases such as
char *Ptr;
int Char;
....
Char = *Ptr;
....
if (isspace(Char)) {...}
Regards
Peter Breitenlohner <peb at mppmu.mpg.de>
More information about the tlbuild
mailing list