diff options
author | dgp <dgp@users.sourceforge.net> | 2016-05-24 19:28:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-05-24 19:28:50 (GMT) |
commit | 6f3bd38c61b5deddb1bcd376c798ca8aa12351a7 (patch) | |
tree | 38747b6eae9f73159f5fa06f28901d586c45505f /generic/tclNamesp.c | |
parent | ca66ff4b66c7c2c37cf104ead999ae2fc8c85747 (diff) | |
download | tcl-6f3bd38c61b5deddb1bcd376c798ca8aa12351a7.zip tcl-6f3bd38c61b5deddb1bcd376c798ca8aa12351a7.tar.gz tcl-6f3bd38c61b5deddb1bcd376c798ca8aa12351a7.tar.bz2 |
Appears that the TclInitRewriteEnsemble() routine was created with an intent
to refactor, but never actually got used. Work on continuing that effort.
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 58a86d9..bad408e 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -3362,6 +3362,7 @@ NRNamespaceEvalCmd( - iPtr->ensembleRewrite.numInsertedObjs; framePtr->objv = iPtr->ensembleRewrite.sourceObjs; } + TclResetRewriteEnsemble(interp, 1); if (objc == 3) { /* |