We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tkapp_CallDeallocArgs()
static
1 parent e5b0db0 commit 23e001fCopy full SHA for 23e001f
1 file changed
Modules/_tkinter.c
@@ -1202,7 +1202,7 @@ typedef struct Tkapp_CallEvent {
1202
Tcl_Condition *done;
1203
} Tkapp_CallEvent;
1204
1205
-void
+static void
1206
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
1207
{
1208
int i;
0 commit comments