ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/strptime.c
(Generate patch)

Comparing Server/strptime.c (file contents):
Revision 1.3 by nishi, Thu Oct 17 10:25:19 2024 UTC vs.
Revision 1.4 by nishi, Thu Oct 17 10:27:38 2024 UTC

# Line 435 | Line 435 | recurse:
435              continue;
436  
437   #ifndef TIME_MAX
438 < #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__NETWARE__) || defined(__NeXT__)
438 > #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__bsdi__)
439   #define TIME_MAX        INT32_MAX
440   #else
441   #define TIME_MAX        INT64_MAX

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines