diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-17 12:17:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-17 12:17:40 (GMT) |
commit | 55cdf82568fd98037b9400977a5026f6d777318e (patch) | |
tree | a088593aafd4de625cb6ef2b11fdce27c6a2be97 /generic/tclAssembly.c | |
parent | b0e7980ba4b61bfc9867143b3a08fe0d74894690 (diff) | |
parent | f02ab40acaca6273b2cd4c732e68f4e2e76e1280 (diff) | |
download | tcl-55cdf82568fd98037b9400977a5026f6d777318e.zip tcl-55cdf82568fd98037b9400977a5026f6d777318e.tar.gz tcl-55cdf82568fd98037b9400977a5026f6d777318e.tar.bz2 |
merge trunk; update changes
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r-- | generic/tclAssembly.c | 1 |
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; |