summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-06-23 08:41:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-06-23 08:41:51 (GMT)
commitaba59c2bf7de72267f36362e81a8be60872a5b9f (patch)
tree7a7b5f9f2ddb3602e5a5df967c45c3b04b5308f4 /generic/tclInt.h
parentd27ff0c78862fc1652325b8c27e0882aa772171f (diff)
downloadtcl-aba59c2bf7de72267f36362e81a8be60872a5b9f.zip
tcl-aba59c2bf7de72267f36362e81a8be60872a5b9f.tar.gz
tcl-aba59c2bf7de72267f36362e81a8be60872a5b9f.tar.bz2
cleaning up option processing throughout Tcl to use common functions/language
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 9a2e8dd..50d30f1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2653,6 +2653,14 @@ typedef struct ProcessGlobalValue {
#define TCL_NUMBER_NAN 5
/*
+ *----------------------------------------------------------------------
+ * Non-public flags for Tcl_GetIndexFromObj
+ *----------------------------------------------------------------------
+ */
+
+#define TCL_MULTIPLE_CHARS 2
+
+/*
*----------------------------------------------------------------
* Variables shared among Tcl modules but not used by the outside world.
*----------------------------------------------------------------