summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 08:34:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 08:34:58 (GMT)
commit1f20e5f697a37f6a03cbce32c5ed3aefce416bea (patch)
tree10fa034ba589c44f19c379a37827c33b755c0854 /unix/tclUnixChan.c
parentba718c26090c3d742694dc7a033b1ea9b0820e0d (diff)
parent6f14ff020a548ab6adcb30836c498ab0fe921970 (diff)
downloadtcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.zip
tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.tar.gz
tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.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 0ae41c4..7018e15 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -1220,7 +1220,7 @@ TtyGetOptionProc(instanceData, interp, optionName, dsPtr)
# 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