summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-09 23:53:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-09 23:53:23 (GMT)
commit57ec55775381504d05818dab74817965c9fe9961 (patch)
tree575df32a042c6cadec8dac9b970e96a01cef778a /generic/tclNamesp.c
parent62b601ba4505c9410883ba347f02343c5ce80d7d (diff)
parentc4d78b547336ee3c184b03db870bfb5d91e080e4 (diff)
downloadtcl-57ec55775381504d05818dab74817965c9fe9961.zip
tcl-57ec55775381504d05818dab74817965c9fe9961.tar.gz
tcl-57ec55775381504d05818dab74817965c9fe9961.tar.bz2
re-generate tclOOScript.h, and fix testcase
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 6b57e6c..1e9b182 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -2376,7 +2376,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.
*/
@@ -2414,7 +2414,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