summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index 2ee2456..432ee64 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -722,7 +722,7 @@ TclGetFrame(
}
level = curLevel - level;
} else {
- /*
+ /*
* (historical, TODO) If name does not contain a level (#0 or 1),
* TclGetFrame and Tcl_UpVar2 uses current level - 1
*/
@@ -1808,9 +1808,7 @@ TclObjInterpProcCore(
"\" outside of a loop", NULL);
result = TCL_ERROR;
- /*
- * Fall through to the TCL_ERROR handling code.
- */
+ /* FALLTHRU */
case TCL_ERROR:
/*