diff options
| author | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-24 08:55:55 (GMT) |
|---|---|---|
| committer | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-24 08:55:55 (GMT) |
| commit | 2bdcdde30821f6bb73b6d07fb45a7845148ff5bb (patch) | |
| tree | 06aec4c10110301564a8a95d3a5080f61c8f5513 /unix/tclUnixChan.c | |
| parent | e558a67aff6d71e40e64a1b49f23341e53062bc4 (diff) | |
| parent | d012867f96635ea806864b177bc8aa3b2e2ca295 (diff) | |
| download | tcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.zip tcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.tar.gz tcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.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 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 |
