This is the mail archive of the newlib@sources.redhat.com 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] 2nd try: WCHAR_{MAX,INT} and correct error in wcscmp and wcsncmp.


Kazuhiro Fujieda wrote:
> 
> I made another patch imitating how FILENAME_MAX is defined in stdio.h.
> ____
>   | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
>   | HOKURIKU  Center for Information Science
> o_/ 1990      Japan Advanced Institute of Science and Technology
> 
>   ------------------------------------------------------------------------------------------------------------------------------------------------------
>    Part 1.2Type: Plain Text (text/plain)
> 
>    Part 1.3Type: Plain Text (text/plain)

Couple of minor problems.  

1. The check in wchar.h is incorrect.  It should be #ifdef __WCHAR_MAX__ .  I have
   corrected this.

2. According to DJ Delorie, go32 does not use newlib so I am removing
   the GO32 check.  The flag to check should have been __GO32__.


Patch checked in after modifications.  Thanks.

-- Jeff J.


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