summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-02-05 12:08:59 (GMT)
committerhobbs <hobbs@noemail.net>2000-02-05 12:08:59 (GMT)
commit54ea2e58c8ce487bf9b8e71d5b62c5ef1a45fcc1 (patch)
treedf48b8c8fc08fb19e2e2acaf68770e044753980c /generic
parent727d1623e354d4e622c039a66825b1a649eacfc1 (diff)
downloadtcl-54ea2e58c8ce487bf9b8e71d5b62c5ef1a45fcc1.zip
tcl-54ea2e58c8ce487bf9b8e71d5b62c5ef1a45fcc1.tar.gz
tcl-54ea2e58c8ce487bf9b8e71d5b62c5ef1a45fcc1.tar.bz2
*** empty log message ***
FossilOrigin-Name: bfb5a3081dcd1d3fc37a62c854d16345ad466f1f
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCmdMZ.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index 52ad4d8..16b7522 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCmdMZ.c,v 1.24 2000/02/02 22:32:11 hobbs Exp $
+ * RCS: @(#) $Id: tclCmdMZ.c,v 1.25 2000/02/05 12:08:59 hobbs Exp $
*/
#include "tclInt.h"
@@ -1161,7 +1161,6 @@ Tcl_StringObjCmd(dummy, interp, objc, objv)
break;
}
case STR_INDEX: {
- int index;
char buf[TCL_UTF_MAX];
Tcl_UniChar unichar;