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

Skip to content

Commit bfad957

Browse files
[3.12] gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679) (GH-112690)
(cherry picked from commit 23e001f) Co-authored-by: Christopher Chavez <[email protected]>
1 parent 838e968 commit bfad957

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
@@ -1218,7 +1218,7 @@ typedef struct Tkapp_CallEvent {
12181218
Tcl_Condition *done;
12191219
} Tkapp_CallEvent;
12201220

1221-
void
1221+
static void
12221222
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
12231223
{
12241224
int i;

0 commit comments

Comments
 (0)