Commit ba2f875d authored by Martin v. Löwis's avatar Martin v. Löwis

Eliminate C++ comment.

parent f621232c
...@@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] = ...@@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] =
static void static void
Tkapp_Dealloc(PyObject *self) Tkapp_Dealloc(PyObject *self)
{ {
//CHECK_TCL_APPARTMENT; /*CHECK_TCL_APPARTMENT;*/
ENTER_TCL ENTER_TCL
Tcl_DeleteInterp(Tkapp_Interp(self)); Tcl_DeleteInterp(Tkapp_Interp(self));
LEAVE_TCL LEAVE_TCL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment