summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2003-11-15 23:42:42 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2003-11-15 23:42:42 (GMT)
commit10575aca9c9cf790fce17e43ff38bebf558a643a (patch)
tree2784dfe8da3d8d4ebd5324f90582e8c615b89383 /generic/tclTest.c
parentb01c7aea4fc416b6dec465065f15f5a090ed1d26 (diff)
downloadtcl-10575aca9c9cf790fce17e43ff38bebf558a643a.zip
tcl-10575aca9c9cf790fce17e43ff38bebf558a643a.tar.gz
tcl-10575aca9c9cf790fce17e43ff38bebf558a643a.tar.bz2
Stop VC++ 5.2 warning. [Bug 842511]
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index bfc0481..794f7e3 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTest.c,v 1.71 2003/11/14 23:21:02 dkf Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.72 2003/11/15 23:42:42 dkf Exp $
*/
#define TCL_TEST
@@ -6466,7 +6466,7 @@ TestHashSystemHashCmd(clientData, interp, objc, objv)
int objc;
Tcl_Obj *CONST objv[];
{
- static const Tcl_HashKeyType hkType = {
+ static Tcl_HashKeyType hkType = {
TCL_HASH_KEY_TYPE_VERSION, TCL_HASH_KEY_SYSTEM_HASH,
NULL, NULL, NULL, NULL
};