diff options
-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 */ /* *---------------------------------------------------------------------- |