summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorrmax <rmax>2004-03-18 18:50:40 (GMT)
committerrmax <rmax>2004-03-18 18:50:40 (GMT)
commit767d68ec6d958a72ef767196d7efbd8d9b9f387d (patch)
tree5d8026ffcf76cb43e1021ee0e1608d10ce7b8c2b /generic/tclInt.decls
parentffa58c2b26dfdfa393cbd383ce80469028c497c1 (diff)
downloadtcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.zip
tcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.tar.gz
tcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.tar.bz2
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,
* generic/tclInt.h: but caused warnings related to * generic/tclInt.decls: strict aliasing with GCC 3.3. * generic/tclClock.c: * generic/tclDate.c: * generic/tclGetDate.y: * win/tclWinTime.c: * unix/tclUnixTime.c:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 5262c6d..cebb661 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.69 2004/03/17 18:14:13 das Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.70 2004/03/18 18:53:41 rmax Exp $
library tcl
@@ -522,7 +522,7 @@ declare 132 generic {
int TclpHasSockets(Tcl_Interp *interp)
}
declare 133 generic {
- struct tm *TclpGetDate(TclpTime_t time, int useGMT)
+ struct tm *TclpGetDate(time_t *time, int useGMT)
}
declare 134 generic {
size_t TclpStrftime(char *s, size_t maxsize, CONST char *format,