summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 1cf0337..2d3a248 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3833,7 +3833,7 @@ MODULE_SCOPE int TclCompileAssembleCmd(Tcl_Interp *interp,
/* Used internally in stub library. */
typedef struct {
- char version[16];
+ char version[12];
ClientData data;
} TclStubInfoType;