Subversion Repositories Tewi

Rev

Rev 381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 381 Rev 382
Line 433... Line 433...
433
            bp = conv_num(bp, &tm->tm_sec, 0, 61);
433
            bp = conv_num(bp, &tm->tm_sec, 0, 61);
434
            LEGAL_ALT(ALT_O);
434
            LEGAL_ALT(ALT_O);
435
            continue;
435
            continue;
436
 
436
 
437
#ifndef TIME_MAX
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
439
#define TIME_MAX	INT32_MAX
440
#else
440
#else
441
#define TIME_MAX	INT64_MAX
441
#define TIME_MAX	INT64_MAX
442
#endif
442
#endif
443
#endif
443
#endif