/[tewi]/Server/strptime.c
ViewVC logotype

Diff of /Server/strptime.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by nishi, Thu Oct 17 10:25:19 2024 UTC Revision 1.4 by nishi, Thu Oct 17 10:27:38 2024 UTC
# Line 435  recurse: Line 435  recurse:
435              continue;              continue;
436    
437  #ifndef TIME_MAX  #ifndef TIME_MAX
438  #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__NETWARE__) || defined(__NeXT__)  #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__bsdi__)
439  #define TIME_MAX        INT32_MAX  #define TIME_MAX        INT32_MAX
440  #else  #else
441  #define TIME_MAX        INT64_MAX  #define TIME_MAX        INT64_MAX


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev