summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-07-16 17:21:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-07-16 17:21:12 (GMT)
commit01f1692c1f639eeb817ce6c51928195620872173 (patch)
tree6bf6f2f1128916b28edbf150cdb10b22ad1761e8 /generic/tclCompile.c
parente783ef57ec6e0ab2d08f1524e86cbc849e36f763 (diff)
downloadtcl-01f1692c1f639eeb817ce6c51928195620872173.zip
tcl-01f1692c1f639eeb817ce6c51928195620872173.tar.gz
tcl-01f1692c1f639eeb817ce6c51928195620872173.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;
}