summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-22 17:08:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-22 17:08:50 (GMT)
commitf0d0319ba6c340e680ec612d980061897bf07b4f (patch)
tree0476c6142b41cf5780ee159d0e3077a830b82265 /generic/tclCompCmdsSZ.c
parentad2636b7e8114fc8aa5976a17b5e50ef840da416 (diff)
downloadtcl-f0d0319ba6c340e680ec612d980061897bf07b4f.zip
tcl-f0d0319ba6c340e680ec612d980061897bf07b4f.tar.gz
tcl-f0d0319ba6c340e680ec612d980061897bf07b4f.tar.bz2
More places where unsigned quantities should be decared such.
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index ef9340e..101edbd 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -2028,7 +2028,7 @@ IssueSwitchChainedTests(
int foundDefault; /* Flag to indicate whether a "default" clause
* is present. */
JumpFixup *fixupArray; /* Array of forward-jump fixup records. */
- int *fixupTargetArray; /* Array of places for fixups to point at. */
+ unsigned int *fixupTargetArray; /* Array of places for fixups to point at. */
int fixupCount; /* Number of places to fix up. */
int contFixIndex; /* Where the first of the jumps due to a group
* of continuation bodies starts, or -1 if