mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679)
This commit is contained in:
parent
e5b0db0315
commit
23e001fa9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue