summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2011-08-10 13:44:48 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2011-08-10 13:44:48 (GMT)
commit3908caf1ef08ec4d4cf8efc3488623b968161ff3 (patch)
tree18655f1f7a056d6d4536e358ff1480e484c1bae5 /generic/tclMain.c
parent032000cca6d57a3d317ecbe2b2798b649c4ff7b0 (diff)
downloadtcl-3908caf1ef08ec4d4cf8efc3488623b968161ff3.zip
tcl-3908caf1ef08ec4d4cf8efc3488623b968161ff3.tar.gz
tcl-3908caf1ef08ec4d4cf8efc3488623b968161ff3.tar.bz2
compiler error on Windows: there should be only one TclFullFinalizationRequested function
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c2
1 files changed, 1 insertions, 1 deletions
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 */
/*
*----------------------------------------------------------------------