On Sun, 22 Aug 2010, Carsten Haitzler (The Rasterman) wrote:

> On Sun, 22 Aug 2010 06:08:38 +0200 (CEST) Vincent Torri <vto...@univ-evry.fr>
> said:
>
> http://en.wikibooks.org/wiki/C_Programming/Reference_Tables
>
> since we are c99 - we can assume c90 too. :)

the problem is not that limits.h exists everywhere or not, the problem is 
what we need as variable and if it is in limits.h or not. In case of 
FreeBSD and Mac OS X, limits.h was not sufficient

Vincent

>
>>
>>
>>> -#if defined (__MacOSX__) || defined (__FreeBSD__) || (defined (__MACH__)
>>> && \
>>> -   defined (__APPLE__))
>>> -# include <sys/syslimits.h>
>>> -#endif
>>> +#include <limits.h>
>>
>> Did Joerg try that on all the platforms that were in the #define ? If no,
>> revert this. I did ask people where the nedded constant were located, and
>> it was not in limits.h
>>
>> Vincent
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to