diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 13:03:15 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 13:03:15 (GMT) |
| commit | 357515037a7c6dd1d3b503a06438a445992a7c26 (patch) | |
| tree | 327d2fb917db2580f8f17afb3d093f83a87f35c0 /generic/tclCkalloc.c | |
| parent | a435d9e14b141cab29412f38348c5b016c7672ba (diff) | |
| download | tcl-357515037a7c6dd1d3b503a06438a445992a7c26.zip tcl-357515037a7c6dd1d3b503a06438a445992a7c26.tar.gz tcl-357515037a7c6dd1d3b503a06438a445992a7c26.tar.bz2 | |
Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDictObj.c, from previous commit
Diffstat (limited to 'generic/tclCkalloc.c')
| -rw-r--r-- | generic/tclCkalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c index f30374f..d42536e 100644 --- a/generic/tclCkalloc.c +++ b/generic/tclCkalloc.c @@ -33,7 +33,7 @@ * "memory tag" command is invoked, to hold the current tag. */ - typedef struct MemTag { +typedef struct MemTag { size_t refCount; /* Number of mem_headers referencing this * tag. */ char string[1]; /* Actual size of string will be as large as |
