summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-12-11 16:19:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-12-11 16:19:53 (GMT)
commitbdb525738920825ab991f616f84d47352e5bbde4 (patch)
tree780d07df52ab7f4ac7edbf986dd0adba384465a7 /generic/tcl.h
parent2980000d2a68b91cbe1906fdafed5c8d565ce326 (diff)
downloadtcl-bdb525738920825ab991f616f84d47352e5bbde4.zip
tcl-bdb525738920825ab991f616f84d47352e5bbde4.tar.gz
tcl-bdb525738920825ab991f616f84d47352e5bbde4.tar.bz2
merge updates from HEAD
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 309fa88..36083d0 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.231.2.12 2007/11/21 06:44:31 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.231.2.13 2007/12/11 16:19:54 dgp Exp $
*/
#ifndef _TCL
@@ -518,6 +518,12 @@ typedef void (Tcl_ThreadCreateProc) _ANSI_ARGS_((ClientData clientData));
#define TCL_THREAD_JOINABLE (0001) /* Mark the thread as joinable */
/*
+ * Flag values passed to Tcl_StringCaseMatch.
+ */
+
+#define TCL_MATCH_NOCASE (1<<0)
+
+/*
* Flag values passed to Tcl_GetRegExpFromObj.
*/