diff options
author | das <das> | 2001-10-17 19:29:24 (GMT) |
---|---|---|
committer | das <das> | 2001-10-17 19:29:24 (GMT) |
commit | 0380bbce145333ea3f9daee362f22b5229b43e08 (patch) | |
tree | 3601fac3e0f7b2aa03c061dcce20faa1f9f00205 /generic/tclDate.c | |
parent | 58e48c7727cf1ec08d2e7b47b996eb81d72c17ee (diff) | |
download | tcl-0380bbce145333ea3f9daee362f22b5229b43e08.zip tcl-0380bbce145333ea3f9daee362f22b5229b43e08.tar.gz tcl-0380bbce145333ea3f9daee362f22b5229b43e08.tar.bz2 |
Backport of some mac specific changes added to 8.4 since 8.3.3
Diffstat (limited to 'generic/tclDate.c')
-rw-r--r-- | generic/tclDate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclDate.c b/generic/tclDate.c index 44bc69f..979609c 100644 --- a/generic/tclDate.c +++ b/generic/tclDate.c @@ -10,13 +10,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclDate.c,v 1.17.2.1 2000/08/07 21:30:36 hobbs Exp $ + * RCS: @(#) $Id: tclDate.c,v 1.17.2.2 2001/10/17 19:29:25 das Exp $ */ #include "tclInt.h" #include "tclPort.h" -#ifdef MAC_TCL +#if defined(MAC_TCL) && !defined(TCL_MAC_USE_MSL_EPOCH) # define EPOCH 1904 # define START_OF_TIME 1904 # define END_OF_TIME 2039 |