summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-11-12 02:23:03 (GMT)
committerhobbs <hobbs>2002-11-12 02:23:03 (GMT)
commit7ce004a3935aa864f28fb33d208aef563eea9ad8 (patch)
tree41377e9c3ab023d44807b12bcfc903ab10e4cd36
parentfbaca598e62df56984edecf35a090e3c96dc6895 (diff)
downloadtcl-7ce004a3935aa864f28fb33d208aef563eea9ad8.zip
tcl-7ce004a3935aa864f28fb33d208aef563eea9ad8.tar.gz
tcl-7ce004a3935aa864f28fb33d208aef563eea9ad8.tar.bz2
* generic/tclVar.c (DisposeTraceResult, CallVarTraces): add proper
static declarations.
-rw-r--r--generic/tclVar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclVar.c b/generic/tclVar.c
index 28684cd..11868fd 100644
--- a/generic/tclVar.c
+++ b/generic/tclVar.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclVar.c,v 1.68 2002/10/17 17:41:44 dgp Exp $
+ * RCS: @(#) $Id: tclVar.c,v 1.69 2002/11/12 02:23:03 hobbs Exp $
*/
#include "tclInt.h"
@@ -4021,7 +4021,7 @@ Tcl_UpvarObjCmd(dummy, interp, objc, objv)
*----------------------------------------------------------------------
*/
-void
+static void
DisposeTraceResult(flags, result)
int flags; /* Indicates type of result to determine
* proper disposal method */
@@ -4059,7 +4059,7 @@ DisposeTraceResult(flags, result)
*----------------------------------------------------------------------
*/
-int
+static int
CallVarTraces(iPtr, arrayPtr, varPtr, part1, part2, flags, leaveErrMsg)
Interp *iPtr; /* Interpreter containing variable. */
register Var *arrayPtr; /* Pointer to array variable that contains