summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-05 16:26:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-05 16:26:32 (GMT)
commitafd7b17255862ddee543ced29fb8e728965cf992 (patch)
tree6212430aa9b0f702fa4f989157b485f5f0dc079e /generic
parent0b585ef4a5d2e04d13e842a60643b6fd074572cd (diff)
downloadtcl-afd7b17255862ddee543ced29fb8e728965cf992.zip
tcl-afd7b17255862ddee543ced29fb8e728965cf992.tar.gz
tcl-afd7b17255862ddee543ced29fb8e728965cf992.tar.bz2
oops
Diffstat (limited to 'generic')
-rw-r--r--generic/tclNamesp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index f75e3ec..1528e0f 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -21,7 +21,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclNamesp.c,v 1.58 2004/10/05 15:45:02 dgp Exp $
+ * RCS: @(#) $Id: tclNamesp.c,v 1.59 2004/10/05 16:26:32 dgp Exp $
*/
#include "tclInt.h"
@@ -477,7 +477,6 @@ Tcl_PopCallFrame(interp)
{
register Interp *iPtr = (Interp *) interp;
register CallFrame *framePtr = iPtr->framePtr;
- int saveErrFlag;
Namespace *nsPtr;
/*