Le dimanche 29 juin 2014, 22:10:01 Carlos Montiers a écrit :
> Hello.
> 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)

Not very consistent I agree but how is that a bug?

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to