summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-23 13:49:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-23 13:49:01 (GMT)
commit84e3fb460607d9f15c570f0f4b9b8e3a33b6c559 (patch)
tree4c44f674724aef22717e0efab79ff4896b96ac00 /generic/tclIndexObj.c
parent154f6e364d28d67ef3d2f09c4a991d46e53ad2d4 (diff)
parentab4c7318fd564b0196bd38b6573eb84c9d51e2d1 (diff)
downloadtcl-84e3fb460607d9f15c570f0f4b9b8e3a33b6c559.zip
tcl-84e3fb460607d9f15c570f0f4b9b8e3a33b6c559.tar.gz
tcl-84e3fb460607d9f15c570f0f4b9b8e3a33b6c559.tar.bz2
make some more internal tables const
Diffstat (limited to 'generic/tclIndexObj.c')
-rw-r--r--generic/tclIndexObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIndexObj.c b/generic/tclIndexObj.c
index 8651542..b206b35 100644
--- a/generic/tclIndexObj.c
+++ b/generic/tclIndexObj.c
@@ -1350,7 +1350,7 @@ PrintUsage(
register const Tcl_ArgvInfo *infoPtr;
int width, numSpaces;
#define NUM_SPACES 20
- static char spaces[] = " ";
+ static const char spaces[] = " ";
char tmp[TCL_DOUBLE_SPACE];
/*