diff options
author | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:03:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:03:05 (GMT) |
commit | cb291b4c47b87c9080c820a1b28c381167a5fa74 (patch) | |
tree | bf7306c1fcbbfea1dc646e0e0fba6968b975c10a /generic/tclCompCmdsSZ.c | |
parent | dc763386a9f92c39f6573be75aff10c6528003ef (diff) | |
download | tcl-cb291b4c47b87c9080c820a1b28c381167a5fa74.zip tcl-cb291b4c47b87c9080c820a1b28c381167a5fa74.tar.gz tcl-cb291b4c47b87c9080c820a1b28c381167a5fa74.tar.bz2 |
a few more
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r-- | generic/tclCompCmdsSZ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c index 34f0fab..081b141 100644 --- a/generic/tclCompCmdsSZ.c +++ b/generic/tclCompCmdsSZ.c @@ -3129,7 +3129,7 @@ IssueTryClausesInstructions( OP( STR_EQ); JUMP4( JUMP_FALSE, notECJumpSource); } else { - notECJumpSource = -1; /* LINT */ + notECJumpSource = -1; } OP( POP); @@ -3340,7 +3340,7 @@ IssueTryClausesFinallyInstructions( OP( STR_EQ); JUMP4( JUMP_FALSE, notECJumpSource); } else { - notECJumpSource = -1; /* LINT */ + notECJumpSource = -1; } OP( POP); |