summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2013-09-20 13:02:29 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2013-09-20 13:02:29 (GMT)
commit604f1eba04ed1c06a006712d43462b7ad6d7ce45 (patch)
treebf68b0b0a6c8342c24a522435cd2cf797929427a /generic/tclAssembly.c
parent9baee07d38ea836934fe3776ae101d3319301a10 (diff)
parentc874899e9c1e4f38969f972f9fd477d3c9c8baeb (diff)
downloadtcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.zip
tcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.tar.gz
tcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index 100e9ef..946c729 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -2617,6 +2617,7 @@ AllocBB(
bb->minStackDepth = 0;
bb->maxStackDepth = 0;
bb->finalStackDepth = 0;
+ bb->catchDepth = 0;
bb->enclosingCatch = NULL;
bb->foreignExceptionBase = -1;
bb->foreignExceptionCount = 0;