summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-13 18:10:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-13 18:10:20 (GMT)
commitc0473e256855d4fd008395dd43e4cad66af222d5 (patch)
treeb926ca226d8105d21a22e88f545f864d96da59d8 /generic/tclNamesp.c
parent6a82abf5e33b58989732a0858f89347235fabb42 (diff)
downloadtcl-c0473e256855d4fd008395dd43e4cad66af222d5.zip
tcl-c0473e256855d4fd008395dd43e4cad66af222d5.tar.gz
tcl-c0473e256855d4fd008395dd43e4cad66af222d5.tar.bz2
3423059 silence compiler warning
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index 9a2152a..73bc644 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -170,7 +170,7 @@ static const EnsembleImplMap defaultNamespaceMap[] = {
{"export", NamespaceExportCmd, NULL, NULL, NULL, 0},
{"forget", NamespaceForgetCmd, NULL, NULL, NULL, 0},
{"import", NamespaceImportCmd, NULL, NULL, NULL, 0},
- {"inscope", NamespaceInscopeCmd, NULL, NULL, NRNamespaceInscopeCmd, 0},
+ {"inscope", NamespaceInscopeCmd, NULL, NRNamespaceInscopeCmd, NULL, 0},
{"origin", NamespaceOriginCmd, NULL, NULL, NULL, 0},
{"parent", NamespaceParentCmd, NULL, NULL, NULL, 0},
{"path", NamespacePathCmd, NULL, NULL, NULL, 0},