summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-10 13:44:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-10 13:44:48 (GMT)
commit13ec4a7a18514c777a108f3fe0603ea0fa35e488 (patch)
tree18655f1f7a056d6d4536e358ff1480e484c1bae5 /generic/tclMain.c
parente83ec9b8978e9e4481a549283c64e11f2a1e4a61 (diff)
downloadtcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.zip
tcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.tar.gz
tcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.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 */
/*
*----------------------------------------------------------------------