summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-04-26 19:59:31 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-04-26 19:59:31 (GMT)
commitbb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881 (patch)
treed37928715d24da5d6d679e5e0256ab693f4a40a0 /unix/tclUnixChan.c
parentbc16da349eb4868c537f52a8f1b5eb1e759f475e (diff)
parentea6ce057bd6d13f118a76961322e7a68578ec8f9 (diff)
downloadtcl-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.c2
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