gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679)

This commit is contained in:
Christopher Chavez 2023-12-04 02:00:27 -06:00 committed by GitHub
parent e5b0db0315
commit 23e001fa9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;