From 2af5fccf013d0106280ab267b33a07945bcfb272 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 4 Aug 2005 19:54:29 +0000 Subject: silence compiler warning --- generic/tclObj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclObj.c b/generic/tclObj.c index edc4fd8..7ae0b5e 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclObj.c,v 1.42.2.12 2005/08/04 15:55:30 dgp Exp $ + * RCS: @(#) $Id: tclObj.c,v 1.42.2.13 2005/08/04 19:54:29 dgp Exp $ */ #include "tclInt.h" @@ -372,7 +372,7 @@ Tcl_AppendAllObjTypes(interp, objPtr) { register Tcl_HashEntry *hPtr; Tcl_HashSearch search; - int result, objc; + int objc; Tcl_Obj **objv; /* -- cgit v0.12