John E. Malmberg wrote:
> Michael G Schwern wrote:
>> John E. Malmberg wrote:
>>> Default:
>>>
>> Thanks, that looks all correct.  If you could try the latest version
>> of the
>> code that would be great.  It makes it more accurate for systems which
>> have
>> silly failure points, like Y10K.
>> http://code.google.com/p/y2038/source/browse/trunk/bin/check_max.c
> 
> EAGLE> cc check_max
> EAGLE> link check_max
> EAGLE> run check_max
>               gmtime max 4294967295
>            localtime max 4294967295
>               gmtime min 0
>            localtime min 0
> 
> EAGLE> cc check_max/define=__SIGNED_INT_TIME_T
> EAGLE> link check_max
> EAGLE> run check_max
>               gmtime max 2147483647
>            localtime max 2147483647
>               gmtime min 3221225472
>            localtime min 3221225472

Well that's unsettling.  Any ideas?


-- 
191. Our Humvees cannot be assembled into a giant battle-robot.
    -- The 213 Things Skippy Is No Longer Allowed To Do In The U.S. Army
           http://skippyslist.com/list/

Reply via email to