summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-10-08 14:42:43 (GMT)
committerdgp <dgp@noemail.net>2005-10-08 14:42:43 (GMT)
commitf03338ad86326bec1f7ab3df1162f8f87bde2ce3 (patch)
tree7e3de1d0523d70328cfd81d9864b897058823d34 /generic/tclThreadTest.c
parenta3deacbbb9a03549d94ddc997b96c163c0070403 (diff)
downloadtcl-f03338ad86326bec1f7ab3df1162f8f87bde2ce3.zip
tcl-f03338ad86326bec1f7ab3df1162f8f87bde2ce3.tar.gz
tcl-f03338ad86326bec1f7ab3df1162f8f87bde2ce3.tar.bz2
TIP#237 IMPLEMENTATION
[kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. FossilOrigin-Name: 83fdb360a9aec952bc3ad040afe39106bf9e5ec3
Diffstat (limited to 'generic/tclThreadTest.c')
-rw-r--r--generic/tclThreadTest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclThreadTest.c b/generic/tclThreadTest.c
index cca3c5f..50dd8c9 100644
--- a/generic/tclThreadTest.c
+++ b/generic/tclThreadTest.c
@@ -11,11 +11,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThreadTest.c,v 1.21 2005/08/26 22:11:16 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclThreadTest.c,v 1.22 2005/10/08 14:42:45 dgp Exp $
*/
#include "tclInt.h"
+extern int Tcltest_Init( Tcl_Interp* );
+
#ifdef TCL_THREADS
/*
* Each thread has an single instance of the following structure. There