diff options
Diffstat (limited to 'time64.c')
-rwxr-xr-x[-rw-r--r--] | time64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time64.c b/time64.c index 5783d5a4f2..0f5881222e 100644..100755 --- a/time64.c +++ b/time64.c @@ -165,6 +165,7 @@ Time64_T timegm64(struct TM *date) { } +#ifdef DEBUGGING static int check_tm(struct TM *tm) { /* Don't forget leap seconds */ @@ -196,6 +197,7 @@ static int check_tm(struct TM *tm) return 1; } +#endif /* The exceptional centuries without leap years cause the cycle to |