summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-08 10:35:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-08 10:35:00 (GMT)
commit5a3a1ddfbc3970b48fd2855ca6b1265972eea1d1 (patch)
treeb955e16d37b1fbe2de7e1fa103abfb2ce9877b79 /generic/tclCompile.h
parent8ef685ede6f3371073dfb6f84eff77b62398787c (diff)
downloadtcl-5a3a1ddfbc3970b48fd2855ca6b1265972eea1d1.zip
tcl-5a3a1ddfbc3970b48fd2855ca6b1265972eea1d1.tar.gz
tcl-5a3a1ddfbc3970b48fd2855ca6b1265972eea1d1.tar.bz2
Undo unintended (internal) variable rename
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 16d84bf..1b967cc 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -89,7 +89,7 @@ typedef enum {
typedef struct {
ExceptionRangeType type; /* The kind of ExceptionRange. */
- size_t nestingLevel1; /* Static depth of the exception range. Used
+ size_t nestingLevel; /* Static depth of the exception range. Used
* to find the most deeply-nested range
* surrounding a PC at runtime. */
size_t codeOffset; /* Offset of the first instruction byte of the