diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-23 16:15:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-23 16:15:10 (GMT) |
commit | 633171eda92898b883b5632dd9a5693303a3ad43 (patch) | |
tree | 1c546cf4718f829a7140c619e0d46a157afcdc5e /generic/tclEvent.c | |
parent | b9722ec35665151ee849b8823f0502b4d5c29b4a (diff) | |
parent | 2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701 (diff) | |
download | tcl-633171eda92898b883b5632dd9a5693303a3ad43.zip tcl-633171eda92898b883b5632dd9a5693303a3ad43.tar.gz tcl-633171eda92898b883b5632dd9a5693303a3ad43.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r-- | generic/tclEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 680750e..caa4567 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -2052,7 +2052,7 @@ Tcl_CreateThread( Tcl_ThreadId *idPtr, /* Return, the ID of the thread */ Tcl_ThreadCreateProc *proc, /* Main() function of the thread */ void *clientData, /* The one argument to Main() */ - Tcl_Size stackSize, /* Size of stack for the new thread */ + TCL_HASH_TYPE stackSize, /* Size of stack for the new thread */ int flags) /* Flags controlling behaviour of the new * thread. */ { |