diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-07 16:44:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-07 16:44:03 (GMT) |
commit | 77c1bfb88bf69b0a55d43eca6a0029d82458a377 (patch) | |
tree | 5c8a2864bf444607a89b9e8c8c476c1c5cae92e9 /generic/tclCompile.h | |
parent | fd31090a583e76ccb81747a37f56e865669aebae (diff) | |
download | tcl-77c1bfb88bf69b0a55d43eca6a0029d82458a377.zip tcl-77c1bfb88bf69b0a55d43eca6a0029d82458a377.tar.gz tcl-77c1bfb88bf69b0a55d43eca6a0029d82458a377.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.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 4 |
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. */ |