summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index ced89b4..134deac 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -624,8 +624,7 @@ Tcl_CreateInterp()
#ifdef Tcl_InitStubs
#undef Tcl_InitStubs
#endif
- Tcl_InitStubs(interp, TCL_VERSION, 1|(int)sizeof(int), TCL_VERSION,
- TCL_STUB_MAGIC);
+ Tcl_InitStubs(interp, TCL_VERSION, 1);
return interp;
}