summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-08-04 19:56:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-08-04 19:56:31 (GMT)
commitca1bb01ea8803912eebf6b6e100b3ae33af4239d (patch)
tree62e02fd40bf22268f2ee75fc1789b3a4830d111f /generic
parent4814711c48d631ba65ddf08bde60095481b4e7a3 (diff)
downloadtcl-ca1bb01ea8803912eebf6b6e100b3ae33af4239d.zip
tcl-ca1bb01ea8803912eebf6b6e100b3ae33af4239d.tar.gz
tcl-ca1bb01ea8803912eebf6b6e100b3ae33af4239d.tar.bz2
silence compiler warning
Diffstat (limited to 'generic')
-rw-r--r--generic/tclObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 3f0af61..87e66a0 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -12,7 +12,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.92 2005/08/04 17:29:06 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.93 2005/08/04 19:56:31 dgp Exp $
*/
#include "tclInt.h"
@@ -502,7 +502,7 @@ Tcl_AppendAllObjTypes(interp, objPtr)
{
register Tcl_HashEntry *hPtr;
Tcl_HashSearch search;
- int result, objc;
+ int objc;
Tcl_Obj **objv;
/*