Re: [Cegcc-devel] UCHAR_MAX lacking

2010-01-02 Thread Johnny Willemsen
Hi, > How did you test it? I got this forwarded from someone who tries to use loki with cegcc. I will recheck his email and files to see where his problem is. Johnny > >> Johnny >> >> http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html >> http://msdn.microsoft.com/en-us/library

Re: [Cegcc-devel] UCHAR_MAX lacking

2010-01-01 Thread Pedro Alves
On Wednesday 30 December 2009 08:27:06, Johnny Willemsen wrote: > Hi, > > We found that in limits.h UCHAR_MAX is not defined, can someone have a look > at this? /me confused. This compiles fine for me, 0.51, 0.59, and with gcc trunk: #include int main () { return UCHAR_MAX; } How

[Cegcc-devel] UCHAR_MAX lacking

2009-12-30 Thread Johnny Willemsen
Hi, We found that in limits.h UCHAR_MAX is not defined, can someone have a look at this? Johnny http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html http://msdn.microsoft.com/en-us/library/296az74e%28VS.71%29.aspx