summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-29 13:03:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-29 13:03:15 (GMT)
commiteca25ffa988872763ee91c496912bf2d22a0819f (patch)
tree327d2fb917db2580f8f17afb3d093f83a87f35c0 /generic/tclCkalloc.c
parentb91af81bc4ee0138c07c96e938c4878e0a8c06d9 (diff)
downloadtcl-eca25ffa988872763ee91c496912bf2d22a0819f.zip
tcl-eca25ffa988872763ee91c496912bf2d22a0819f.tar.gz
tcl-eca25ffa988872763ee91c496912bf2d22a0819f.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.c2
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