diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-10 13:44:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-10 13:44:48 (GMT) |
commit | 13ec4a7a18514c777a108f3fe0603ea0fa35e488 (patch) | |
tree | 18655f1f7a056d6d4536e358ff1480e484c1bae5 | |
parent | e83ec9b8978e9e4481a549283c64e11f2a1e4a61 (diff) | |
download | tcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.zip tcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.tar.gz tcl-13ec4a7a18514c777a108f3fe0603ea0fa35e488.tar.bz2 |
compiler error on Windows: there should be only one TclFullFinalizationRequested function
-rw-r--r-- | generic/tclMain.c | 2 |
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 */ /* *---------------------------------------------------------------------- |