diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-17 00:38:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-17 00:38:56 (GMT) |
commit | ad2ff95ba8c9da2c069721644be9afd430a123a9 (patch) | |
tree | d751ef9d6ce0076a3c615268677133b5a00d4393 /generic | |
parent | 09472fab726b19e26a46d7b05426356a1ceff8cd (diff) | |
download | tcl-ad2ff95ba8c9da2c069721644be9afd430a123a9.zip tcl-ad2ff95ba8c9da2c069721644be9afd430a123a9.tar.gz tcl-ad2ff95ba8c9da2c069721644be9afd430a123a9.tar.bz2 |
Minor fixes and update of UNIX documentation installer
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCmdIL.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c index e570d56..4eee06b 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCmdIL.c,v 1.59 2004/01/17 00:28:08 dkf Exp $ + * RCS: @(#) $Id: tclCmdIL.c,v 1.60 2004/01/17 00:38:56 dkf Exp $ */ #include "tclInt.h" @@ -2054,6 +2054,7 @@ Tcl_LassignObjCmd(dummy, interp, objc, objv) * run out of values from the list object. */ Tcl_Obj **listObjv; /* The contents of the list. */ int listObjc; /* The length of the list. */ + int i; if (objc < 3) { Tcl_WrongNumArgs(interp, 1, objv, "list varname ?varname ...?"); |