summaryrefslogtreecommitdiffstats
path: root/test/scons-time/help
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/help')
0 files changed, 0 insertions, 0 deletions
tion> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2016-07-04 20:39:43 (GMT)
committerdgp@users.sourceforge.net <dgp>2016-07-04 20:39:43 (GMT)
commitc53fa1bdbcdc7f1d8f0ef2f17836cd55a674776f (patch)
treeb0b3e1af8b6c562a08246584b56f47533ebbf7c7 /generic
parent9f56386e628939d8ce4f29d473c7dd5c651da7aa (diff)
downloadtcl-c53fa1bdbcdc7f1d8f0ef2f17836cd55a674776f.zip
tcl-c53fa1bdbcdc7f1d8f0ef2f17836cd55a674776f.tar.gz
tcl-c53fa1bdbcdc7f1d8f0ef2f17836cd55a674776f.tar.bz2
Fixup the ensemble rewrite conversions.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclEnsemble.c7
-rw-r--r--generic/tclExecute.c2
2 files changed, 1 insertions, 8 deletions
diff --git a/generic/tclEnsemble.c b/generic/tclEnsemble.c
index 17ab35b..11ec3fc 100644
--- a/generic/tclEnsemble.c
+++ b/generic/tclEnsemble.c
@@ -1852,12 +1852,7 @@ NsEnsembleImplementationCmdNR(
Tcl_ListObjLength(NULL, prefixObj, &prefixObjc);
- if (0 && objc == 2) {
- /*
- * TODO: This branch is disabled because it botches or exposes
- * something wrong with nested ensemble usage messages. See
- * tests oo-16.1 and oo-17.1
- */
+ if (objc == 2) {
copyPtr = prefixObj;
Tcl_IncrRefCount(copyPtr);
TclNRAddCallback(interp, FreeObj, copyPtr, NULL, NULL, NULL);
diff --git a/generic/tclExecute.c b/generic/tclExecute.c