summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2004-10-28 16:06:30 (GMT)
committerkennykb <kennykb@noemail.net>2004-10-28 16:06:30 (GMT)
commit4f1e2cbf7f97cee0ae349065f0c1ac0734c52ad3 (patch)
treefa5e94f8a83450fe3df0bb0bb427b9b66aba15f6 /win/tclWinTime.c
parenta62b7e616df08f8721354b207e6f16a24ea09030 (diff)
downloadtcl-4f1e2cbf7f97cee0ae349065f0c1ac0734c52ad3.zip
tcl-4f1e2cbf7f97cee0ae349065f0c1ac0734c52ad3.tar.gz
tcl-4f1e2cbf7f97cee0ae349065f0c1ac0734c52ad3.tar.bz2
added CONST to TclpLocaltime and TclpGmtime param throughout
FossilOrigin-Name: d3a95fedcf2ad46a35b1d719f1c4e6ffa1179c42
Diffstat (limited to 'win/tclWinTime.c')
-rw-r--r--win/tclWinTime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index f428d52..0eb21b3 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinTime.c,v 1.14.2.5 2004/06/05 17:25:40 kennykb Exp $
+ * RCS: @(#) $Id: tclWinTime.c,v 1.14.2.6 2004/10/28 16:06:51 kennykb Exp $
*/
#include "tclWinInt.h"
@@ -1103,7 +1103,7 @@ AccumulateSample( Tcl_WideInt perfCounter,
struct tm *
TclpGmtime( tt )
- TclpTime_t tt;
+ CONST TclpTime_t tt;
{
CONST time_t *timePtr = (CONST time_t *) tt;
/* Pointer to the number of seconds
@@ -1135,7 +1135,7 @@ TclpGmtime( tt )
struct tm *
TclpLocaltime( tt )
- TclpTime_t tt;
+ CONST TclpTime_t tt;
{
CONST time_t *timePtr = (CONST time_t *) tt;
/* Pointer to the number of seconds