Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined.

This commit is contained in:
Guido van Rossum 1998-04-20 18:47:52 +00:00
parent 23cff3170e
commit 2621637835
1 changed files with 2 additions and 0 deletions

View File

@ -1548,7 +1548,9 @@ init_tkinter()
if (PyErr_Occurred())
return;
#if TKMAJORMINOR >= 8000
Py_AtExit(Tcl_Finalize);
#endif
#ifdef macintosh
/*