]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679)
authorChristopher Chavez <chrischavez@gmx.us>
Mon, 4 Dec 2023 08:00:27 +0000 (02:00 -0600)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 08:00:27 +0000 (08:00 +0000)
Modules/_tkinter.c

index f9a18644945c653479e24d54dab63fe45f321462..64e752c305aae16d64562800a2f62e8ec3f867c4 100644 (file)
@@ -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;