[tlbuild] 2010 builds

Jukka Salmi j+tex-live at 2010.salmi.ch
Thu Jun 10 14:29:48 CEST 2010


Peter Breitenlohner --> tlbuild (2010-06-10 14:07:46 +0200):
> 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)) {...}

Hmm, what's wrong with `isspace((unsigned char)Char)' here?


Regards, Jukka

-- 
This email fills a much-needed gap in the archives.


More information about the tlbuild mailing list