diff options
| author | dgp@users.sourceforge.net <dgp> | 2013-07-16 17:21:12 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2013-07-16 17:21:12 (GMT) |
| commit | bafe95ec83829080da700de9f692cc99cffa53be (patch) | |
| tree | 6bf6f2f1128916b28edbf150cdb10b22ad1761e8 /generic/tclCompile.c | |
| parent | bf5faa316763d6305d3ab9a147fb231a625e9ef4 (diff) | |
| download | tcl-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.c | 1 |
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; } |
