summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2002-02-01 17:17:58 (GMT)
committervincentdarley <vincentdarley@noemail.net>2002-02-01 17:17:58 (GMT)
commit50833fee52bb52c2196120acf249d70b1e8fb63a (patch)
treec41d7930428254308c63d0c6d68f5dc7acd234e5 /generic/tclTest.c
parent00f203d11d3ae03f9b96b1e5d18e8a215f971266 (diff)
downloadtcl-50833fee52bb52c2196120acf249d70b1e8fb63a.zip
tcl-50833fee52bb52c2196120acf249d70b1e8fb63a.tar.gz
tcl-50833fee52bb52c2196120acf249d70b1e8fb63a.tar.bz2
tclTest.c fix
FossilOrigin-Name: 5ba47ab16fe5a084df06e9897f6fe9793f457a5d
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 8119004..d220a9f 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTest.c,v 1.41 2002/01/25 20:40:55 dgp Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.42 2002/02/01 17:17:59 vincentdarley Exp $
*/
#define TCL_TEST
@@ -4267,7 +4267,7 @@ TestmainthreadCmd (dummy, interp, argc, argv)
*/
static void
-MainLoop()
+MainLoop(void)
{
while (!exitMainLoop) {
Tcl_DoOneEvent(0);