summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompCmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 20616d5..fc357f3 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompCmds.c,v 1.11 2001/08/25 00:08:46 hobbs Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.12 2001/08/28 22:05:01 hobbs Exp $
*/
#include "tclInt.h"
@@ -2581,7 +2581,7 @@ TclCompileWhileCmd(interp, parsePtr, envPtr)
*----------------------------------------------------------------------
*/
-int
+static int
TclPushVarName(interp, varTokenPtr, envPtr, flags, localIndexPtr,
maxDepthPtr, simpleVarNamePtr, isScalarPtr)
Tcl_Interp *interp; /* Used for error reporting. */