summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-02 03:16:54 (GMT)
committerstanton <stanton>1998-12-02 03:16:54 (GMT)
commit268b0e0536f8b73a091b695841708ebe48c4606b (patch)
tree0da1aa54d0b578043f7312ba7d80390cda97e530 /generic/tclTest.c
parent29c7bc7ff7a9c37a5ad8d3cd3f297cb256b9eec4 (diff)
downloadtcl-268b0e0536f8b73a091b695841708ebe48c4606b.zip
tcl-268b0e0536f8b73a091b695841708ebe48c4606b.tar.gz
tcl-268b0e0536f8b73a091b695841708ebe48c4606b.tar.bz2
lint
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 2505d80..9ea1842 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.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: tclTest.c,v 1.1.2.8 1998/12/02 02:05:28 stanton Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.1.2.9 1998/12/02 03:16:54 stanton Exp $
*/
#define TCL_TEST
@@ -1557,8 +1557,7 @@ TestevalobjvObjCmd(dummy, interp, objc, objv)
int objc; /* Number of arguments. */
Tcl_Obj *CONST objv[]; /* Argument objects. */
{
- int length, evalGlobal;
- char *command;
+ int evalGlobal;
if (objc < 3) {
Tcl_WrongNumArgs(interp, 1, objv, "global word ?word ...?");