*** dt.c.orig Sat Feb 20 08:00:54 1999 --- dt.c Sat Feb 20 08:11:12 1999 *************** *** 55,61 **** #define USE_DATE_CACHE 1 #define ROUND_ALL 0 ! #if 0 #define isleap(y) (((y % 4) == 0) && (((y % 100) != 0) || ((y % 400) == 0))) int mdays[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0}; --- 55,61 ---- #define USE_DATE_CACHE 1 #define ROUND_ALL 0 ! #if 1 #define isleap(y) (((y % 4) == 0) && (((y % 100) != 0) || ((y % 400) == 0))) int mdays[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0}; *************** *** 2302,2309 **** * These routines will be used by other date/time packages - tgl 97/02/25 */ ! #if 0 ! XXX moved to dt.h - thomas 1999-01-15 /* Set the minimum year to one greater than the year of the first valid day * to avoid having to check year and day both. - tgl 97/05/08 */ --- 2302,2310 ---- * These routines will be used by other date/time packages - tgl 97/02/25 */ ! #if 1 ! /*XXX moved to dt.h - thomas 1999-01-15 ! */ /* Set the minimum year to one greater than the year of the first valid day * to avoid having to check year and day both. - tgl 97/05/08 */