diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 12:36:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 12:36:59 (GMT) |
commit | e36a7a2e7fa1f1afb57f5e6b06917180e429cd72 (patch) | |
tree | 0790c02161f6cdec20d21508c7d67661383df3b3 /unix/tclUnixTime.c | |
parent | 90bd7a732609ca0664078461027a02ae6f357d97 (diff) | |
parent | d18e6da3e471bdaecc24da3e4dfb28620b880daa (diff) | |
download | tcl-e36a7a2e7fa1f1afb57f5e6b06917180e429cd72.zip tcl-e36a7a2e7fa1f1afb57f5e6b06917180e429cd72.tar.gz tcl-e36a7a2e7fa1f1afb57f5e6b06917180e429cd72.tar.bz2 |
merge 8.6.3
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r-- | unix/tclUnixTime.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 926e8f4..4452022 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -16,9 +16,6 @@ #include <mach/mach_time.h> #endif -#define TM_YEAR_BASE 1900 -#define IsLeapYear(x) (((x)%4 == 0) && ((x)%100 != 0 || (x)%400 == 0)) - /* * TclpGetDate is coded to return a pointer to a 'struct tm'. For thread * safety, this structure must be in thread-specific data. The 'tmKey' |