summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-08 17:52:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-08 17:52:36 (GMT)
commit3df1a90364ee579fd64f37f49061fab042fd4647 (patch)
treef63ff64347762a52ad09abde4e031727526c05c5 /generic/tclRegexp.h
parent804199d4b7c8ed967e5136c796a658fbbcfbb7c2 (diff)
parent0cd0bb6862a65142603ccbde70d3a894be70e9d4 (diff)
downloadtcl-3df1a90364ee579fd64f37f49061fab042fd4647.zip
tcl-3df1a90364ee579fd64f37f49061fab042fd4647.tar.gz
tcl-3df1a90364ee579fd64f37f49061fab042fd4647.tar.bz2
Bring back stub table in original state.
Merge trunk
Diffstat (limited to 'generic/tclRegexp.h')
-rw-r--r--generic/tclRegexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclRegexp.h b/generic/tclRegexp.h
index 3b2433e..eac0aaa 100644
--- a/generic/tclRegexp.h
+++ b/generic/tclRegexp.h
@@ -37,7 +37,7 @@ typedef struct TclRegexp {
* of subexpressions. */
rm_detail_t details; /* Detailed information on match (currently
* used only for REG_EXPECT). */
- int refCount; /* Count of number of references to this
+ unsigned int refCount; /* Count of number of references to this
* compiled regexp. */
} TclRegexp;