summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2003-05-13 10:16:16 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2003-05-13 10:16:16 (GMT)
commit89e5a5f995907e072bff4bebc780df6ab8e4d55f (patch)
tree1f0a1e95565618ea475808d459aed5e188a41f47 /generic/tcl.decls
parentabbcb0c269fc4339825f49ec99f9799d03f0340e (diff)
downloadtcl-89e5a5f995907e072bff4bebc780df6ab8e4d55f.zip
tcl-89e5a5f995907e072bff4bebc780df6ab8e4d55f.tar.gz
tcl-89e5a5f995907e072bff4bebc780df6ab8e4d55f.tar.bz2
fix for [Bug 732477]
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index a6ed026..7fcb4c6 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tcl.decls,v 1.96 2003/05/13 08:40:30 das Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.97 2003/05/13 10:16:16 mistachkin Exp $
library tcl
@@ -1457,7 +1457,7 @@ declare 411 generic {
# Introduced in 8.4a2
declare 412 generic {
- int Tcl_JoinThread(Tcl_ThreadId id, int* result)
+ int Tcl_JoinThread(Tcl_ThreadId threadId, int* result)
}
declare 413 generic {
int Tcl_IsChannelShared(Tcl_Channel channel)