summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-07-16 17:21:12 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-07-16 17:21:12 (GMT)
commitbafe95ec83829080da700de9f692cc99cffa53be (patch)
tree6bf6f2f1128916b28edbf150cdb10b22ad1761e8 /generic/tclCompile.c
parentbf5faa316763d6305d3ab9a147fb231a625e9ef4 (diff)
downloadtcl-bafe95ec83829080da700de9f692cc99cffa53be.zip
tcl-bafe95ec83829080da700de9f692cc99cffa53be.tar.gz
tcl-bafe95ec83829080da700de9f692cc99cffa53be.tar.bz2
Simplify the ensemble subcommand compile. There's no need to be
crafting synthetic Tcl_Parse and copying tokens. Some pointer shifts will do.
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index bc7501a..d82d728 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -1992,7 +1992,6 @@ CompileCmdCompileProc(
mapPtr->loc[mapPtr->nuloc].line = NULL;
}
- SetLineInformation(0);
return TCL_ERROR;
}