Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23e001f

Browse files
authored
gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679)
1 parent e5b0db0 commit 23e001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_tkinter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ typedef struct Tkapp_CallEvent {
12021202
Tcl_Condition *done;
12031203
} Tkapp_CallEvent;
12041204

1205-
void
1205+
static void
12061206
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
12071207
{
12081208
int i;

0 commit comments

Comments
 (0)