This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, newlib, ping] Make ctype_.c and ctype_.h agree on _ctype_b type


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]