Changeset 2001 for trunk/src/kmk/filedef.h
- Timestamp:
- Oct 29, 2008, 11:14:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/filedef.h
r1995 r2001 210 210 #define ORDINARY_MTIME_MIN (OLD_MTIME + 1) 211 211 #if FILE_TIMESTAMP_HI_RES == 0 /* bird: shut up annoying warnings! 212 ASSUMES: unsi nged FILE_TIMESTAMP ++. */213 # define ORDINARY_MTIME_MAX ( ~ (FILE_TIMESTAMP) 0 )212 ASSUMES: unsigned FILE_TIMESTAMP ++. */ 213 # define ORDINARY_MTIME_MAX ( ~ (FILE_TIMESTAMP) 0 ) 214 214 #else 215 215 #define ORDINARY_MTIME_MAX ((FILE_TIMESTAMP_S (NEW_MTIME) \ … … 224 224 targets, which need to be considered newer than anything that depends on 225 225 them, even if said dependents' modtimes are in the future. */ 226 #if 1 /* bird: ASSUME the type is unsigned and the wrath of a pedantic gcc. */ 227 # define NEW_MTIME ( ~ (FILE_TIMESTAMP) 0 ) 228 #else 226 229 #define NEW_MTIME INTEGER_TYPE_MAXIMUM (FILE_TIMESTAMP) 230 #endif 227 231 228 232 #define check_renamed(file) \
Note:
See TracChangeset
for help on using the changeset viewer.