Somebody stumbled over the :? here.. :-)

This commit is contained in:
Jordan K. Hubbard 1996-01-09 07:41:52 +00:00
parent ad7b4f8d41
commit 59f8632ddb

View File

@ -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