[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:
Miss Islington (bot) 2023-12-04 09:21:28 +01:00 committed by GitHub
parent 838e968e69
commit bfad9578d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1218,7 +1218,7 @@ typedef struct Tkapp_CallEvent {
Tcl_Condition *done; Tcl_Condition *done;
} Tkapp_CallEvent; } Tkapp_CallEvent;
void static void
Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc) Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
{ {
int i; int i;