summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-17 01:20:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-17 01:20:01 (GMT)
commit77bbf50dd013a1499fe6bdde0272882ea3c52fd7 (patch)
tree9babe19d22dfde14949b66ef0cbd6b0d493e4b76 /generic/tclCompCmdsSZ.c
parent9c405af5776f4a203aa9d60d373a39297bbb3326 (diff)
parentcb291b4c47b87c9080c820a1b28c381167a5fa74 (diff)
downloadtcl-77bbf50dd013a1499fe6bdde0272882ea3c52fd7.zip
tcl-77bbf50dd013a1499fe6bdde0272882ea3c52fd7.tar.gz
tcl-77bbf50dd013a1499fe6bdde0272882ea3c52fd7.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 6382bb9..982516a 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -3134,7 +3134,7 @@ IssueTryClausesInstructions(
OP( STR_EQ);
JUMP4( JUMP_FALSE, notECJumpSource);
} else {
- notECJumpSource = -1; /* LINT */
+ notECJumpSource = -1;
}
OP( POP);
@@ -3346,7 +3346,7 @@ IssueTryClausesFinallyInstructions(
OP( STR_EQ);
JUMP4( JUMP_FALSE, notECJumpSource);
} else {
- notECJumpSource = -1; /* LINT */
+ notECJumpSource = -1;
}
OP( POP);