summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-08-07 16:44:03 (GMT)
committerdgp <dgp@noemail.net>2013-08-07 16:44:03 (GMT)
commitcfa5619e0c2991fcf0a9252d69e5e7cfc53f292c (patch)
tree6dd95e7a7c57369f8574ab36587462ac92da53b7 /generic/tclCompile.h
parentf95b4bdb03e1e6029c8c3086480cb97dcdb1eef9 (diff)
downloadtcl-cfa5619e0c2991fcf0a9252d69e5e7cfc53f292c.zip
tcl-cfa5619e0c2991fcf0a9252d69e5e7cfc53f292c.tar.gz
tcl-cfa5619e0c2991fcf0a9252d69e5e7cfc53f292c.tar.bz2
Remove Tcl_Preserve support for ContLineLoc values. It's not needed.
This allows the clLoc field of CompileEnv struct to go away too. FossilOrigin-Name: 08cfa769ecc7eb2f92519229ce5eb36d96fc479b
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index beb28fd..5660055 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -365,10 +365,6 @@ typedef struct CompileEnv {
* encountered that have not yet been paired
* with a corresponding
* INST_INVOKE_EXPANDED. */
- ContLineLoc *clLoc; /* If not NULL, the table holding the
- * locations of the invisible continuation
- * lines in the input script, to adjust the
- * line counter. */
int *clNext; /* If not NULL, it refers to the next slot in
* clLoc to check for an invisible
* continuation line. */