diff options
author | dgp <dgp@users.sourceforge.net> | 2013-07-10 03:17:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-07-10 03:17:57 (GMT) |
commit | ea62135f72eea3a5096735196d59c2b6785e942e (patch) | |
tree | c4aebf7c381c2ef6987183281612db709b394b43 /generic/tclCompile.h | |
parent | c2d2ec2ecab6696829da18c4e7174a90e42f9138 (diff) | |
download | tcl-ea62135f72eea3a5096735196d59c2b6785e942e.zip tcl-ea62135f72eea3a5096735196d59c2b6785e942e.tar.gz tcl-ea62135f72eea3a5096735196d59c2b6785e942e.tar.bz2 |
Revise the litInfo table so that it gets built later (in TclInitByteCodeObj)
from a simpler store of data that can unwind.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 1 |
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. */ |