summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-07-10 03:17:57 (GMT)
committerdgp <dgp@noemail.net>2013-07-10 03:17:57 (GMT)
commit204cfeee052cf9b4ff26c00a363b78d467201978 (patch)
tree2e67cab273b044d8edaf3d41eec03130e0412c2d /generic/tclCompile.h
parente8378302c3e755d80d401f3e4094d63b5b9d7032 (diff)
downloadtcl-204cfeee052cf9b4ff26c00a363b78d467201978.zip
tcl-204cfeee052cf9b4ff26c00a363b78d467201978.tar.gz
tcl-204cfeee052cf9b4ff26c00a363b78d467201978.tar.bz2
Revise the litInfo table so that it gets built later (in TclInitByteCodeObj)
from a simpler store of data that can unwind. FossilOrigin-Name: cd1f5a64d440286d0db02c1fd9558556925a69a1
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 9af4911..cbe104c 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -175,6 +175,7 @@ typedef struct CmdLocation {
typedef struct ECL {
int srcOffset; /* Command location to find the entry. */
+ int invokePc;
int nline; /* Number of words in the command */
int *line; /* Line information for all words in the
* command. */