Skip to content

Commit

Permalink
pythongh-112678: Declare Tkapp_CallDeallocArgs() as static (pytho…
Browse files Browse the repository at this point in the history
…nGH-112679)

(cherry picked from commit 23e001f)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
  • Loading branch information
chrstphrchvz authored and miss-islington committed Dec 4, 2023
1 parent 838e968 commit 30bd853
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 @@ -1218,7 +1218,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 30bd853

Please sign in to comment.