summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
commit2951fec86bc93ecddf4fd9cdb697df49992879cc (patch)
treeedbc91ee6b8cec5968ef78ebc501937c02d79a5d /generic/tclCkalloc.c
parentd07793f49c40187467711bf8dc929228d7b1c940 (diff)
parent13bc69a8a43c72889340638705bd432fae89352f (diff)
downloadtcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.zip
tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.gz
tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.bz2
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler.
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 ab977cb..2268e45 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 {
int refCount; /* Number of mem_headers referencing this
* tag. */
char string[1]; /* Actual size of string will be as large as