Ignore:
Timestamp:
Sep 15, 2006, 8:31:29 AM (19 years ago)
Author:
bird
Message:

Fixed MSC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/filedef.h

    r503 r507  
    186186#define ORDINARY_MTIME_MAX ((FILE_TIMESTAMP_S (NEW_MTIME) \
    187187                             << FILE_TIMESTAMP_LO_BITS) \
    188                             + ORDINARY_MTIME_MIN + FILE_TIMESTAMPS_PER_S - 1)
     188                            + ORDINARY_MTIME_MIN + (FILE_TIMESTAMPS_PER_S - 1)) /* bird: MSC overflow fix */
    189189
    190190/* Modtime value to use for `infinitely new'.  We used to get the current time
Note: See TracChangeset for help on using the changeset viewer.