summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-07 21:58:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-07 21:58:26 (GMT)
commit710fa5935db4072a97afaa19013c94e6911ed0dc (patch)
tree31610483f9dc283efd60fe6764bd582446548570 /generic/tclInt.h
parent4e5e3b0ad659dbebd39e0350556fc53805877af6 (diff)
downloadtcl-710fa5935db4072a97afaa19013c94e6911ed0dc.zip
tcl-710fa5935db4072a97afaa19013c94e6911ed0dc.tar.gz
tcl-710fa5935db4072a97afaa19013c94e6911ed0dc.tar.bz2
Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQualName(). Not used yet.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 68c07f2..de92a7d 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -400,10 +400,13 @@ struct NamespacePathEntry {
* TCL_NAMESPACE_ONLY - (see tcl.h) Look only in the context ns.
* TCL_CREATE_NS_IF_UNKNOWN - Create unknown namespaces.
* TCL_FIND_ONLY_NS - The name sought is a namespace name.
+ * TCL_FIND_IF_NOT_SIMPLE - Retrieve last namespace even if the rest of
+ * name is not simple name (contains ::).
*/
#define TCL_CREATE_NS_IF_UNKNOWN 0x800
#define TCL_FIND_ONLY_NS 0x1000
+#define TCL_FIND_IF_NOT_SIMPLE 0x2000
/*
* The client data for an ensemble command. This consists of the table of