mirror of https://github.com/python/cpython
gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679)
This commit is contained in:
parent
e5b0db0315
commit
23e001fa9f
|
@ -1202,7 +1202,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;
|
||||
|
|
Loading…
Reference in New Issue