|
From: | Carlos Montiers |
Subject: | Re: [Tinycc-devel] isxdigit conversion inconsistency with widechar |
Date: | Mon, 30 Jun 2014 15:03:35 -0400 |
Le dimanche 29 juin 2014, 22:10:01 Carlos Montiers a écrit :
> Hello.Not very consistent I agree but how is that a bug?
> Currently, in the last version (from git) of tiny c, when you use the
> function:
>
> isxdigit it produce this call: isxdigit
>
> but when you use the widechar version: iswxdigit :
>
> iswxdigit produce this call: iswctype(d, _HEX)
>
> Then, when you use isxdigit tiny c would be generate the call to:
> _isctype(d, _HEX)
Best regards,
Thomas
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |