summaryrefslogtreecommitdiff
path: root/tcl/mac/tclMacTime.c
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2001-09-09 22:40:53 +0000
committerIan Roxborough <irox@redhat.com>2001-09-09 22:40:53 +0000
commita850c17c374d03259483e799b09326d255e17487 (patch)
treef1d024951a993f0453aa49d4ba808d6c38fa4321 /tcl/mac/tclMacTime.c
parent57e8350a3895a1579b77cc134d6d7d49b056678e (diff)
downloadgdb-a850c17c374d03259483e799b09326d255e17487.tar.gz
Tcl 8.3 upgradeTCL_8_3
Diffstat (limited to 'tcl/mac/tclMacTime.c')
-rw-r--r--tcl/mac/tclMacTime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/mac/tclMacTime.c b/tcl/mac/tclMacTime.c
index f27a0425568..f4d236def00 100644
--- a/tcl/mac/tclMacTime.c
+++ b/tcl/mac/tclMacTime.c
@@ -241,9 +241,10 @@ TclpGetTime(
struct tm *
TclpGetDate(
- const time_t *tp, /* Time struct to fill. */
+ TclpTime_t time, /* Time struct to fill. */
int useGMT) /* True if date should reflect GNT time. */
{
+ const time_t *tp = (const time_t *)time;
DateTimeRec dtr;
MachineLocation loc;
long int offset;