Skip to content

Commit 3eea835

Browse files
[3.11] gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679) (GH-112691)
(cherry picked from commit 23e001f) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
1 parent 5ada3e5 commit 3eea835

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
@@ -1249,7 +1249,7 @@ typedef struct Tkapp_CallEvent {
12491249
Tcl_Condition *done;
12501250
} Tkapp_CallEvent;
12511251

1252-
void
1252+
static void
12531253
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
12541254
{
12551255
int i;

0 commit comments

Comments
 (0)