summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-06 17:24:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-06 17:24:40 (GMT)
commit854ba0e8ca16a91d958a52579e03b86d868fc8ca (patch)
tree660a4b1e9f1fa734de6db22c4075a635d8737960 /generic/tclInt.h
parentf56c89a9c1633b26c4f2ef5a898a92e0331ce678 (diff)
downloadtcl-854ba0e8ca16a91d958a52579e03b86d868fc8ca.zip
tcl-854ba0e8ca16a91d958a52579e03b86d868fc8ca.tar.gz
tcl-854ba0e8ca16a91d958a52579e03b86d868fc8ca.tar.bz2
All use of the evalFlag value TCL_EVAL_CTX is unused by the code and
unreachable by extensions. This checkin removes all the code supporting that flag value. The consequence is that all the calls to TclNREvalObjEx() and its callers that are currently choosing not to pass the TCL_EVAL_DIRECT flag in when they pass in a non-NULL invoker will no longer be free to change their mind. That might be reason not to adopt this change.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index cd4ab7d..99f1305 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2201,7 +2201,6 @@ typedef struct Interp {
#define TCL_ALLOW_EXCEPTIONS 4
#define TCL_EVAL_FILE 2
-#define TCL_EVAL_CTX 8
/*
* Flag bits for Interp structures: