summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-05-04 07:28:46 (GMT)
committernijtmans <nijtmans>2008-05-04 07:28:46 (GMT)
commit47a766393e63ffe597df226edf2012eae4231ab2 (patch)
tree946fb8f8a2a4a7aec80db045f4101f11fce2f9e1 /generic/tclDate.c
parent631d521b31502f1734b9d599aa2d5fa7c92af8d9 (diff)
downloadtcl-47a766393e63ffe597df226edf2012eae4231ab2.zip
tcl-47a766393e63ffe597df226edf2012eae4231ab2.tar.gz
tcl-47a766393e63ffe597df226edf2012eae4231ab2.tar.bz2
CONST -> const
Diffstat (limited to 'generic/tclDate.c')
-rw-r--r--generic/tclDate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclDate.c b/generic/tclDate.c
index 0bd48c8..2b0636b 100644
--- a/generic/tclDate.c
+++ b/generic/tclDate.c
@@ -2679,7 +2679,7 @@ TclClockOldscanObjCmd(
ClientData clientData, /* Unused */
Tcl_Interp *interp, /* Tcl interpreter */
int objc, /* Count of paraneters */
- Tcl_Obj *CONST *objv) /* Parameters */
+ Tcl_Obj *const *objv) /* Parameters */
{
Tcl_Obj *result, *resultElement;
int yr, mo, da;