From 13ec4a7a18514c777a108f3fe0603ea0fa35e488 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 10 Aug 2011 13:44:48 +0000 Subject: compiler error on Windows: there should be only one TclFullFinalizationRequested function --- generic/tclMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclMain.c b/generic/tclMain.c index c7166d7..652074e 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -689,7 +689,6 @@ TclGetMainLoop(void) return tsdPtr->mainLoopProc; } -#endif /* !TCL_ASCII_MAIN */ /* *---------------------------------------------------------------------- @@ -726,6 +725,7 @@ TclFullFinalizationRequested(void) return finalize; #endif } +#endif /* !TCL_ASCII_MAIN */ /* *---------------------------------------------------------------------- -- cgit v0.12