summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-08-04 19:54:28 (GMT)
committerdgp <dgp@noemail.net>2005-08-04 19:54:28 (GMT)
commit36f154865b73901b0c7ec571219a18135df9b0e9 (patch)
tree2462c912a213fbc722891c2016aa579f269190dc /generic/tclObj.c
parent402bca3e76fe45692ba60c1804de62e15b671e10 (diff)
downloadtcl-36f154865b73901b0c7ec571219a18135df9b0e9.zip
tcl-36f154865b73901b0c7ec571219a18135df9b0e9.tar.gz
tcl-36f154865b73901b0c7ec571219a18135df9b0e9.tar.bz2
silence compiler warning
FossilOrigin-Name: 863065efb419d13e13d8ca9957a309322fef997f
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c4
1 files 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;
/*