Skip to content

Commit

Permalink
[3.11] gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-1…
Browse files Browse the repository at this point in the history
…12679) (GH-112691)

(cherry picked from commit 23e001f)

Co-authored-by: Christopher Chavez <[email protected]>
  • Loading branch information
miss-islington and chrstphrchvz authored Dec 4, 2023
1 parent 5ada3e5 commit 3eea835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_tkinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ typedef struct Tkapp_CallEvent {
Tcl_Condition *done;
} Tkapp_CallEvent;

void
static void
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
{
int i;
Expand Down

0 comments on commit 3eea835

Please sign in to comment.