diff options
Diffstat (limited to 'generic/tclRegexp.h')
-rw-r--r-- | generic/tclRegexp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclRegexp.h b/generic/tclRegexp.h index 7be13c1..948a72d 100644 --- a/generic/tclRegexp.h +++ b/generic/tclRegexp.h @@ -33,7 +33,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclRegexp.h,v 1.5 1999/04/16 00:46:52 stanton Exp $ + * RCS: @(#) $Id: tclRegexp.h,v 1.6 1999/05/13 01:50:33 stanton Exp $ */ #ifndef _TCLREGEXP @@ -64,6 +64,8 @@ typedef struct TclRegexp { * representation of the last string matched * with this regexp to indicate the location * of subexpressions. */ + int refCount; /* Count of number of references to this + * compiled regexp. } TclRegexp; /* |