Re: Need a small VMS test
[email protected] (Craig Berry)
| Newsgroups | perl.vmsperl |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, October 01, 2008, at 03:13PM, "Michael G Schwern" <[email protected]> wrote: >> 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? My guess (without the code in front of me) is it's a negative number but your not allowing it to be stored/displayed that way.