From 312bb5b8f505e2c58e3b26091f65c731a9c97863 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 9 Jan 2003 01:00:36 +0000 Subject: Use explicit "static int" type, not implicit "static". --- generic/tkStubImg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkStubImg.c b/generic/tkStubImg.c index 691bf78..627f302 100644 --- a/generic/tkStubImg.c +++ b/generic/tkStubImg.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubImg.c,v 1.2 2000/07/17 23:03:20 ericm Exp $ + * RCS: @(#) $Id: tkStubImg.c,v 1.3 2003/01/09 01:00:36 dgp Exp $ */ #include "tcl.h" @@ -46,7 +46,7 @@ Tk_InitImageArgs(interp, argc, argvPtr) int argc; char ***argvPtr; { - static useNewImage = -1; + static int useNewImage = -1; static char **argv = NULL; if (argv) { -- cgit v0.12