summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-08-28 22:05:01 (GMT)
committerhobbs <hobbs@noemail.net>2001-08-28 22:05:01 (GMT)
commitaecb99781b3e9c4bd8cdf63f26a8b583e5fcab9c (patch)
tree22d645239146f157f2e67a9be976b5d48dc015c0 /generic/tclCompCmds.c
parentc54a19f19d7882eb59b22b5b1f5ad4d555e6a7d7 (diff)
downloadtcl-aecb99781b3e9c4bd8cdf63f26a8b583e5fcab9c.zip
tcl-aecb99781b3e9c4bd8cdf63f26a8b583e5fcab9c.tar.gz
tcl-aecb99781b3e9c4bd8cdf63f26a8b583e5fcab9c.tar.bz2
* generic/tclCompCmds.c (TclPushVarName): noted 'static' defn.
[Bug #453872] FossilOrigin-Name: 4b4cc7db065801a4a8525373ed53683c86960cb1
Diffstat (limited to 'generic/tclCompCmds.c')
-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. */