mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-112678: Declare Tkapp_CallDeallocArgs()
as static
(GH-112679) (GH-112690)
(cherry picked from commit 23e001fa9f
)
Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
This commit is contained in:
parent
838e968e69
commit
bfad9578d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue