summaryrefslogtreecommitdiffstats
path: root/doc/Object.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Object.3')
-rw-r--r--doc/Object.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index 91ee397..fc79643 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -111,9 +111,9 @@ which is defined as follows.
.PP
.CS
typedef struct Tcl_Obj {
- size_t \fIrefCount\fR;
+ Tcl_Size \fIrefCount\fR;
char *\fIbytes\fR;
- size_t \fIlength\fR;
+ Tcl_Size \fIlength\fR;
const Tcl_ObjType *\fItypePtr\fR;
union {
long \fIlongValue\fR;