diff options
author | dgp <dgp@users.sourceforge.net> | 2012-05-24 16:50:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-05-24 16:50:40 (GMT) |
commit | 145ea8bbc6e1d499365d3e7ea81386aef956e32b (patch) | |
tree | 4251a9956293cba5d933f821e66ea739b15f7dca /unix/tclUnixChan.c | |
parent | e451e666af76a6917a4c5c054b87c4c6f39d9484 (diff) | |
parent | 68d4dd76ebfda8029af039e6f6fd403ca851ce21 (diff) | |
download | tcl-145ea8bbc6e1d499365d3e7ea81386aef956e32b.zip tcl-145ea8bbc6e1d499365d3e7ea81386aef956e32b.tar.gz tcl-145ea8bbc6e1d499365d3e7ea81386aef956e32b.tar.bz2 |
merge 8.5
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r-- | unix/tclUnixChan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index 53c5c47..93bb1fe 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -1063,7 +1063,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 |