summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-04-26 13:52:58 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-04-26 13:52:58 (GMT)
commit559b06ad27d1a68be117a331a2f62219b2daa6f5 (patch)
tree502e16aa19987a0abef1d255638a9d39a00bd4ab /unix/tclUnixChan.c
parentbfcb55a861fe14618d3244a4da3617595e1e2444 (diff)
parent16b4e79286e53eb98ef501a25def03233fda42bc (diff)
downloadtcl-559b06ad27d1a68be117a331a2f62219b2daa6f5.zip
tcl-559b06ad27d1a68be117a331a2f62219b2daa6f5.tar.gz
tcl-559b06ad27d1a68be117a331a2f62219b2daa6f5.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 866d77d..db137aa 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -981,7 +981,7 @@ TtyGetOptionProc(
# define TtyGetBaud(speed) ((int) (speed))
#else /* !DIRECT_BAUD */
-static struct {int baud; unsigned long speed;} speeds[] = {
+static CONST struct {int baud; unsigned long speed;} speeds[] = {
#ifdef B0
{0, B0},
#endif