summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-01-19 23:15:07 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-01-19 23:15:07 (GMT)
commit005d6efec8ef40c51aefa8b62f40cfa52573d518 (patch)
tree0263ef643a8c8f6da633b1b0951e465627bf87e0 /generic/tcl.h
parent220cdf3af55e55798f718b4874e2f98ced93a66d (diff)
downloadtcl-005d6efec8ef40c51aefa8b62f40cfa52573d518.zip
tcl-005d6efec8ef40c51aefa8b62f40cfa52573d518.tar.gz
tcl-005d6efec8ef40c51aefa8b62f40cfa52573d518.tar.bz2
TIP#235 implementation (rename functions, add to stubs table, document)
Ensembles now have a C API. :^)
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index c183783..2a74307 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.193 2004/12/13 22:17:33 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.194 2005/01/19 23:15:14 dkf Exp $
*/
#ifndef _TCL
@@ -1053,6 +1053,13 @@ typedef struct Tcl_DString {
#define TCL_TRACE_RESULT_OBJECT 0x10000
/*
+ * Flag values for ensemble commands.
+ */
+#define TCL_ENSEMBLE_PREFIX 0x02/* Flag value to say whether to allow
+ * unambiguous prefixes of commands or to
+ * require exact matches for command names. */
+
+/*
* Flag values passed to command-related procedures.
*/