X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..f46cb0fc60e8c021d4d89f980d248453760a6137:/src/tk/tkpack.c diff --git a/src/tk/tkpack.c b/src/tk/tkpack.c index f065bd5..a998017 100644 --- a/src/tk/tkpack.c +++ b/src/tk/tkpack.c @@ -95,7 +95,7 @@ static Tcl_HashTable packerHashTable; * Have statics in this module been initialized? */ -static initialized = 0; +static int initialized = 0; /* * Forward declarations for procedures defined later in this file: