summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-01 13:53:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-01 13:53:51 (GMT)
commit200910b9c19ac1986d28677de7b427ee774d8e40 (patch)
treee61a959db97a24d3f524d29aa17e9139a7bc84dc /generic/tclObj.c
parente802927981b7af35c948a4c887be2a5399151d95 (diff)
parentf0d821a83cc98067d756402bebd4d941aa7e6cff (diff)
downloadtcl-200910b9c19ac1986d28677de7b427ee774d8e40.zip
tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.gz
tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.bz2
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index ab259c2..b80f7f5 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -57,7 +57,7 @@ char tclEmptyString = '\0';
* for sanity checking purposes.
*/
-typedef struct ObjData {
+typedef struct {
Tcl_Obj *objPtr; /* The pointer to the allocated Tcl_Obj. */
const char *file; /* The name of the source file calling this
* function; used for debugging. */