From ba2f875d90c5b8650d6bde2a152be8f899e15469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 31 Dec 2002 17:34:30 +0000 Subject: Eliminate C++ comment. --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index f617088..0c3d088 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] = static void Tkapp_Dealloc(PyObject *self) { - //CHECK_TCL_APPARTMENT; + /*CHECK_TCL_APPARTMENT;*/ ENTER_TCL Tcl_DeleteInterp(Tkapp_Interp(self)); LEAVE_TCL -- cgit v0.12