summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-04 08:18:03 (GMT)
committerGitHub <noreply@github.com>2023-12-04 08:18:03 (GMT)
commit3eea835d85814b3cda8e43a49e7718060e701195 (patch)
tree3f37d74cd1e46f4118a130d26f90ce646baedcdd /Modules
parent5ada3e5e91487e010f5377329b9aa12247d77cfb (diff)
downloadcpython-3eea835d85814b3cda8e43a49e7718060e701195.zip
cpython-3eea835d85814b3cda8e43a49e7718060e701195.tar.gz
cpython-3eea835d85814b3cda8e43a49e7718060e701195.tar.bz2
[3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112691)
(cherry picked from commit 23e001fa9f1897ba3384c02bbbe634313358a549) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_tkinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index e537707..005036d 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -1249,7 +1249,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;