diff options
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r-- | generic/tclParse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index 9bfe608..223e72c 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -2347,9 +2347,7 @@ TclSubstTokens( * which will be compiled. */ - if (numCL) { - TclContinuationsEnter(result, numCL, clPosition); - } + TclContinuationsEnter(result, numCL, clPosition); /* * Release the temp table we used to collect the locations of |