summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-14 14:40:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-14 14:40:40 (GMT)
commitc4aa43f6610f7f0f1001cdec79b606032f2a146a (patch)
tree94e91ae3890b4925326560afe5560319949c4c6d /generic/tclCompile.h
parentcb022ef5bd73c2dcf81758815c2b7812e33cb7f5 (diff)
parent34f83405d31dbe1b95f1608c91f483f9170c4d23 (diff)
downloadtcl-c4aa43f6610f7f0f1001cdec79b606032f2a146a.zip
tcl-c4aa43f6610f7f0f1001cdec79b606032f2a146a.tar.gz
tcl-c4aa43f6610f7f0f1001cdec79b606032f2a146a.tar.bz2
merge trunk
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 8a8f322..c42f79d 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. */