Somebody stumbled over the :? here.. :-)
This commit is contained in:
parent
ad7b4f8d41
commit
59f8632ddb
@ -606,7 +606,7 @@ parse_iodone(parseio)
|
||||
* convert a struct clock to UTC since Jan, 1st 1970 0:00 (the UNIX EPOCH)
|
||||
*/
|
||||
#define dysize(x) (((x) % 4) ? 365 : \
|
||||
(((x) % 100) ? : 366 \
|
||||
(((x) % 100) ? 366 : \
|
||||
(((x) % 400) ? 365 : 366)))
|
||||
|
||||
time_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user