diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-26 19:59:31 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-26 19:59:31 (GMT) |
| commit | bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881 (patch) | |
| tree | d37928715d24da5d6d679e5e0256ab693f4a40a0 /unix/tclUnixChan.c | |
| parent | bc16da349eb4868c537f52a8f1b5eb1e759f475e (diff) | |
| parent | ea6ce057bd6d13f118a76961322e7a68578ec8f9 (diff) | |
| download | tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.zip tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.tar.gz tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.tar.bz2 | |
get rid of _ANSI_ARGS_ and CONST
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 db137aa..b05a9f2 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -981,7 +981,7 @@ TtyGetOptionProc( # define TtyGetBaud(speed) ((int) (speed)) #else /* !DIRECT_BAUD */ -static CONST struct {int baud; unsigned long speed;} speeds[] = { +static const struct {int baud; unsigned long speed;} speeds[] = { #ifdef B0 {0, B0}, #endif |
