summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-06-08 20:25:43 (GMT)
committerdgp <dgp@noemail.net>2004-06-08 20:25:43 (GMT)
commit9b8441b9e01a5e2c0ee49e8e4120d103e628efdb (patch)
tree7bd87a2bfe65ad0ef14bd628e9603ca5480819ad /generic/tclTest.c
parent1c7aadeaa8c298de2c2048f99b9ed8e7386d3999 (diff)
downloadtcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.zip
tcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.tar.gz
tcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.tar.bz2
Silence compiler warnings
FossilOrigin-Name: c2bd8d6b0e3a442c7f3670aa86bbe00d544bede3
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 2695920..1d7774a 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.62.2.7 2004/03/01 17:33:21 dgp Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.62.2.8 2004/06/08 20:25:43 dgp Exp $
*/
#define TCL_TEST
@@ -1985,7 +1985,8 @@ TesteventObjCmd( ClientData unused, /* Not used */
NULL
};
int posIndex; /* Index of the chosen position */
- static CONST int posNum[] = { /* Interpretation of the chosen position */
+ static CONST Tcl_QueuePosition posNum[] = {
+ /* Interpretation of the chosen position */
TCL_QUEUE_HEAD,
TCL_QUEUE_TAIL,
TCL_QUEUE_MARK