[PATCH, newlib, ping3] Make ctype_.c and ctype_.h agree on _ctype_b type
Thomas Preudhomme
thomas.preudhomme@foss.arm.com
Wed Oct 12 08:27:00 GMT 2016
Ping?
Best regards,
Thomas
On 03/10/16 17:11, Thomas Preudhomme wrote:
> Ping?
>
> Best regards,
>
> Thomas
>
> On 20/09/16 18:58, Thomas Preudhomme wrote:
>> Ping?
>>
>> Best regards,
>>
>> Thomas
>>
>> On 13/09/16 11:52, Thomas Preudhomme wrote:
>>> Hi,
>>>
>>> _ctype_b is defined in ctype_.c as a const char array for non cygwin targets
>>> allowing negative ctype index but as a char array for the same
>>> targets in ctype_.h, giving type conflict at compile time. This is because the
>>> cygwin targets are not treated specially in the latter file.
>>> This patch adds the necessary logic for cygwin targets in ctype_.h.
>>>
>>> Is this ok for master branch?
>>>
>>> Best regards,
>>>
>>> Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: consistent_ctype_definition_declaration.patch
Type: text/x-patch
Size: 1079 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20161012/6cda42b9/attachment.bin>
More information about the Newlib
mailing list