summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-09 22:56:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-09 22:56:44 (GMT)
commit01db06ec6a69c53b70382ddce89a2d193f682eee (patch)
tree80be478488aca306969c7d5f491cfceaf0e7674b /generic/tclNamesp.c
parenta72d05e950bce9d4dc5872435c851b7264440c6c (diff)
downloadtcl-01db06ec6a69c53b70382ddce89a2d193f682eee.zip
tcl-01db06ec6a69c53b70382ddce89a2d193f682eee.tar.gz
tcl-01db06ec6a69c53b70382ddce89a2d193f682eee.tar.bz2
(backport): Corrections to TclOO errorcodes from scripted parts
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index 0648b25..5d129df 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -2379,7 +2379,7 @@ TclGetNamespaceForQualName(
Tcl_Panic("Could not create namespace '%s'", nsName);
}
} else {
- /*
+ /*
* Namespace not found and was not created.
* Remember last found namespace for TCL_FIND_IF_NOT_SIMPLE.
*/
@@ -2417,7 +2417,7 @@ TclGetNamespaceForQualName(
if ((nsPtr == NULL) && (altNsPtr == NULL)) {
if (flags & TCL_FIND_IF_NOT_SIMPLE) {
- /*
+ /*
* return last found NS, regardless simple name or not,
* e. g. ::A::B::C::D -> ::A::B and C::D, if namespace C
* cannot be found in ::A::B