summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-22 19:43:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-22 19:43:19 (GMT)
commit638fb36d3dabed70160ad077066411bf850c042e (patch)
treef32713f8e9f1d434ef2e700cdecf99ecfac30758 /generic/tclInt.h
parenta23b22d1236f195c8aff34ed42355da55ca5e18a (diff)
downloadtcl-638fb36d3dabed70160ad077066411bf850c042e.zip
tcl-638fb36d3dabed70160ad077066411bf850c042e.tar.gz
tcl-638fb36d3dabed70160ad077066411bf850c042e.tar.bz2
* generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to
* generic/tclInt.h: tclInt.h. Only know user is Expect, which already #include's tclInt.h. No need to continue greater exposure. [Bug 926500]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 88c6536..c65fd21 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.296 2006/11/15 20:08:44 dgp Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.297 2006/11/22 19:43:19 dgp Exp $
*/
#ifndef _TCLINT
@@ -947,7 +947,18 @@ typedef void **TclHandle;
/*
*----------------------------------------------------------------
- * Data structures related to expressions. These are used only in tclExpr.c.
+ * Experimental flag value passed to Tcl_GetRegExpFromObj.
+ * Intended for use only by Expect.
+ * It will probably go away in a later release.
+ *----------------------------------------------------------------
+ */
+#define TCL_REG_BOSONLY 002000 /* prepend \A to pattern so it only
+ * matches at the beginning of the
+ * string. */
+
+/*
+ *----------------------------------------------------------------
+ * Data structures related to expressions.
*----------------------------------------------------------------
*/