summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authordas <das>2006-03-16 09:56:46 (GMT)
committerdas <das>2006-03-16 09:56:46 (GMT)
commit50eba7c70e2d665ecb30510700338e784228439b (patch)
tree05fb122c0fa3ef8aea6ab2f4349a80a3e4070855 /generic/tclProc.c
parent5bd92b680a07ebd18b890f26fa905f63c0652c36 (diff)
downloadtcl-50eba7c70e2d665ecb30510700338e784228439b.zip
tcl-50eba7c70e2d665ecb30510700338e784228439b.tar.gz
tcl-50eba7c70e2d665ecb30510700338e784228439b.tar.bz2
missing statics revealed by 'make checkexports'
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index beb3d48..227c4fc 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclProc.c,v 1.88 2006/03/10 19:49:14 msofer Exp $
+ * RCS: @(#) $Id: tclProc.c,v 1.89 2006/03/16 09:56:46 das Exp $
*/
#include "tclInt.h"
@@ -76,7 +76,7 @@ static Tcl_ObjType levelReferenceType = {
* will execute within.
*/
-Tcl_ObjType lambdaType = {
+static Tcl_ObjType lambdaType = {
"lambdaExpr", /* name */
FreeLambdaInternalRep, /* freeIntRepProc */
DupLambdaInternalRep, /* dupIntRepProc */