From: Christopher Chavez Date: Mon, 4 Dec 2023 08:00:27 +0000 (-0600) Subject: gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) X-Git-Tag: v3.13.0a3~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23e001fa9f1897ba3384c02bbbe634313358a549;p=thirdparty%2FPython%2Fcpython.git gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index f9a18644945c..64e752c305aa 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -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;