diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-24 08:34:58 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-24 08:34:58 (GMT) |
| commit | 43cff85bfbd2ad57a8b125dfb84ec7112878e509 (patch) | |
| tree | 10fa034ba589c44f19c379a37827c33b755c0854 /unix/tclUnixChan.c | |
| parent | 0a87836bd5393565aad8351701595701e5bc4dbc (diff) | |
| parent | 6e14d4b037124606898f47db23fd11da4db0b27e (diff) | |
| download | tcl-43cff85bfbd2ad57a8b125dfb84ec7112878e509.zip tcl-43cff85bfbd2ad57a8b125dfb84ec7112878e509.tar.gz tcl-43cff85bfbd2ad57a8b125dfb84ec7112878e509.tar.bz2 | |
merge trunk
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 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 |
