diff options
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index df1507d..74ca252 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2406,6 +2406,8 @@ typedef enum TclEolTranslation { */ typedef struct List { + int numChars; /* The number of chars in the string. -1 means + * this value has not been calculated. */ int refCount; int maxElemCount; /* Total number of element array slots. */ int elemCount; /* Current number of list elements. */ |